@extends('backend.layout.main')
@section('content')
{{__('db.date')}}
{{__('db.reference')}}
{{__('db.Created By')}}
{{__('db.Supplier')}}
@if ($general_setting->show_products_details_in_purchase_table)
{{ __('db.Products') }}
{{ __('db.Quantity') }}
@endif
{{__('db.Purchase Status')}}
{{__('db.grand total')}}
{{__('db.Returned Amount')}}
{{__('db.Paid')}}
{{__('db.Due')}}
{{__('db.Payment Status')}}
@foreach($custom_fields as $fieldName)
{{$fieldName}}
@endforeach
{{__('db.action')}}
{{__('db.Total')}}
@if ($general_setting->show_products_details_in_purchase_table)
@endif
@foreach($custom_fields as $fieldName)
@endforeach