{{-- style="width: 100vw; overflow-x: scroll;" --}}
@if ($search_cashes == !null)
@endif
{{-- Table goes here --}}
{{ $cashes->links() }}
{{-- multi-delete icon --}} | Sl# | Date | Company | Inc Category | Job No | Export LC No. | LC Date | Replace LC No | Remarks | Actions |
---|---|---|---|---|---|---|---|---|---|---|
{{ $cash->date ? \Carbon\Carbon::parse($cash->date)->format('d-M-Y') : '' }} | {{ $cash->company_id }} | {{ $cash->inc_category }} | {{ $cash->job_number }} | {{ $cash->export_lc_number }} | {{ $cash->lc_date ? \Carbon\Carbon::parse($cash->lc_date)->format('d-M-Y') : '' }} | {{ $cash->replace_lc_number }} | {{ $cash->remarks }} | Edit | ||
No Data Found
|