@extends('layouts.business.master') @section('title') {{ __('Purchase Reports') }} @endsection @section('main_content')
{{ __('Total Purchase') }}
{{ currency_format($total_purchase, currency: business_currency()) }}
| {{ __('SL') }}. | @if(auth()->user()->accessToMultiBranch()){{ __('Branch') }} | @endif{{ __('Invoice No') }} | {{ __('Party Name') }} | {{ __('Total Amount') }} | {{ __('Discount Amount') }} | {{ __('Paid Amount') }} | {{ __('Due Amount') }} | {{ __('Vat Amount') }} | {{ __('Payment Type') }} | {{ __('Purchase Date') }} |
|---|