@extends('backend.layout.main') @section('content') @if(session()->has('message'))
{{trans('file.Date')}} | {{trans('file.reference')}} | {{trans('file.Supplier')}} | {{trans('file.Purchase Status')}} | {{trans('file.grand total')}} | {{trans('file.Returned Amount')}} | {{trans('file.Paid')}} | {{trans('file.Due')}} | {{trans('file.Payment Status')}} | @foreach($custom_fields as $fieldName){{$fieldName}} | @endforeach{{trans('file.action')}} | {{trans('file.Total')}} | @foreach($custom_fields as $fieldName) | @endforeach |
---|