@extends('layouts.light.master') @section('title', 'Shipping Quotes Menu') @section('css') @endsection @section('style') @endsection @section('breadcrumb-title')
| # | 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 |