Customer : @if(!empty($customer )) {{$customer->name}} @endif

{{-- --}} @forelse($info as $customer) {{-- --}} @empty @endforelse
{{trans('label.SL')}} {{trans('label.Transaction no')}} {{trans('label.Account Debited')}} {{trans('label.Account Credited')}} {{trans('label.Transaction date')}}Action
{{$loop->iteration}} {{$customer->transection_no}} {{$customer->debit}} {{$customer->credit}} {{$customer->created_at}} View Sales invoice||