@extends('layouts.light.master') @section('title', 'Quotes Menu') @section('css') @endsection @section('style') @endsection @section('breadcrumb-title')

QuotesList

@endsection @section('breadcrumb-items') @endsection @section('content')
{{--
Best Selling Stock Check
--}} {{-- Create Quotes Restore Quotes   Refresh
--}}
{{--

record per page

Search:

--}}
@forelse ($quotes as $key => $each) @empty @endforelse
# Quote Name Bill Name Ship Name Job Name Inventory Val Date Action
{{ $key + 1 }} {{ $each->quote_name }} {{ $each->user->username }} {{ $each->user->username }} {{ $each->job_name }} {{ \Carbon\Carbon::parse($each->updated_at)->format('Y-m-d H:i:s') }} Show | Delete
---- No Data Found ----
# Quote Name Bill Name Ship Name Job Name Inventory Val Date Action
@endsection @section('script') {{-- sweet alert start --}} @if (session('success')) @elseif(session('error')) @endif {{-- sweet alert end --}} @endsection {{-- sweet alert link start --}} {{-- --}} {{-- sweet alert link end --}}