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

{{ __('Purchase List') }}

@csrf

{{ __('items show') }}

@include('business::purchases.datas')
{{ __('SL') }}. {{ __('Date') }} {{ __('Invoice No') }} {{ __('Party Name') }} {{ __('Total') }} {{ __('Discount') }} {{ __('Paid') }} {{ __('Due') }} {{ __('Payment') }} {{ __('Status') }} {{ __('Action') }}
{{ $purchases->links('vendor.pagination.bootstrap-5') }}
@endsection @push('modal') @include('business::component.delete-modal') @endpush