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

Invoice All

Add Invoice

Invoice All Data

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