@extends('business::layouts.master') @section('title') {{ __('Purchase Reports') }} @endsection @section('main_content')

{{ __('Total Purchase') }}

{{ currency_format($total_purchase, 'icon', 2, business_currency()) }}

{{ __('Purchase Report List') }}

@include('business::print.header')

{{ __('Purchase Report List') }}

@csrf
@csrf
@include('business::reports.purchase.datas')
{{ __('SL') }}. {{ __('Invoice No') }} {{ __('Party Name') }} {{ __('Total Amount') }} {{ __('Discount Amount') }} {{ __('Paid Amount') }} {{ __('Due Amount') }} {{ __('Payment Type') }} {{ __('Sale Date') }}
{{ $purchases->links('vendor.pagination.bootstrap-5') }}
@endsection