@extends('layouts.side_bar') @section('content') @if(auth()->user()->role !='Collector')
@csrf


Remark :
Next call :

{{--
--}} {{-- --}} {{--
--}}
{{-- 1sttab--}}
Remark :
{{-- Delete Account : --}} Selected Accounts will be deleted permanently :
{{-- 2nd tab--}}
3

{{--
--}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{--
--}} {{--
--}} {{-- --}} {{-- --}} {{--
--}} {{--
--}} {{-- --}} {{-- --}} {{--
--}} {{-- Remark : --}} {{--
--}} {{--
--}} {{-- Next call : --}} {{--
--}} {{--
--}} {{--
--}}
Showing {{$batch->count()}} items of total {{$batch->total()}} items

@endif
Account Details
@foreach($batch as $old) {{-- @foreach($olds as $old)--}} {{-- --}} {{-- @endforeach--}} @endforeach
AccountNo batch_name Collector name Status DebtorName NewNric OldNric CardNo VehicleNo DueDate totalDue Note
{{$old->AccountNo}} {{$old->batch_name}} {{$old->collector}} {{$old->status}} {{$old->DebtorName}} {{$old->NewNric}} {{$old->OldNric}} {{$old->CardNo}} {{$old->VehicleNo}} {{$old->DueDate}} {{$old->totalDue}} {{-- // --}} @if(in_array($old->AccountNo,$note_acc)) View/Edit 1 @else Add @endif

{{ $batch->appends(request()->input())->links()}}
{{----}} {{--
--}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- @foreach($batch as $old)--}} {{-- @foreach($olds as $old)--}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- @endforeach--}} {{-- @endforeach--}} {{--
--}} {{-- --}} {{--
--}} {{-- --}} {{--
--}} {{-- AccountNobatch_nameCollector nameStatusDebtorNameNewNricOldNricCardNoVehicleNo DueDatetotalDue
--}} {{-- {{$old->AccountNo}}{{$old->batch_name}}{{$old->collector}}{{$old->status}}{{$old->DebtorName}}{{$old->NewNric}}{{$old->OldNric}}{{$old->CardNo}}{{$old->VehicleNo}}{{$old->DueDate}}{{$old->totalDue}}
--}} {{--
--}} {{-- --}} {{-- {{ $batch->appends(request()->input())->links()}}--}} {{-- --}} {{--
--}}
{{-- --}} {{-- --}} @endsection