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

Shipping QuotesList

@endsection @section('breadcrumb-items') @endsection @section('content')
{{--
Best Selling Stock Check
--}} {{-- Create Shipping Quotes Restore Shipping Quotes   Refresh
--}}
@forelse ($shipping_quotes as $key => $each) @empty @endforelse
# Shipping Quote Name Bill Name Ship Name Job Name Inventory Val Date Action
{{ $key + 1 }} {{ $each->shipping_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 ----
# Shipping Quote Name Bill Name Ship Name Job Name Inventory Val Date Action
@endsection @section('script') @if (session('success')) @elseif(session('error')) @endif {{-- sweet alert end --}} @endsection {{-- sweet alert link start --}} {{-- --}} {{-- sweet alert link end --}}