@extends('admin.admin_master') @section('admin')

Credit Customer All

Print Credit Customer

Credit Customer Data

@foreach($allData as $key => $item) @endforeach
Sl Customer Name Invoice No Date Due Amount Action
{{ $key+1}} {{ $item['customer']['name'] }} #{{ $item['invoice']['invoice_no'] }} {{ date('d-m-Y',strtotime($item['invoice']['date'])) }} {{ $item->due_amount }}
@endsection