@extends('backend.layout.main') @section('content')
@can('purchases-add') {{__('db.Add Purchase')}}  @endcan @can('purchases-import') {{__('db.Import Purchase')}} @endcan @if (auth()->user()->role_id <= 2) {{__('Deleted Purchases')}} @endif
@if ($general_setting->show_products_details_in_purchase_table) @endif @foreach($custom_fields as $fieldName) @endforeach @if ($general_setting->show_products_details_in_purchase_table) @endif @foreach($custom_fields as $fieldName) @endforeach
{{__('db.date')}} {{__('db.reference')}} {{__('db.Created By')}} {{__('db.Supplier')}}{{ __('db.Products') }} {{ __('db.Quantity') }}{{__('db.Purchase Status')}} {{__('db.grand total')}} {{__('db.Returned Amount')}} {{__('db.Paid')}} {{__('db.Due')}} {{__('db.Payment Status')}}{{$fieldName}}{{__('db.action')}}
{{__('db.Total')}}
@endsection @push('scripts')