Cash
{{-- style="width: 100vw; overflow-x: scroll;" --}}
@csrf
Incentive Category: Company: Date: - Export LC No.: Job No.: Reset
@if ($search_cashes == !null)
@csrf
@endif
{{-- Table goes here --}} @forelse ($cashes as $cash) @empty @endforelse
{{-- 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
@csrf @method('DELETE')
No Data Found
{{ $cashes->links() }}
{{-- start model for show Data Entry --}} {{-- end model for Data Entry --}} {{-- start model for Data Edit --}} @foreach ($cashes as $cash) @endforeach {{-- end model for Data Edit --}} {{-- start model for Data details --}} @foreach ($cashes as $cash) @endforeach {{-- End model for Data details --}}