{{session()->get('business.name')}} - @lang( 'report.purchase_sell' )
{{--
| {{ __('report.total_purchase') }}: |
|
| {{ __('report.purchase_inc_tax') }}: |
|
| {{ __('lang_v1.total_purchase_return_inc_tax') }}: |
|
| {{ __('report.purchase_due') }}: @show_tooltip(__('tooltip.purchase_due')) |
|
--}}
| {{ __('report.total_sell') }}: |
|
| {{ __('report.sell_inc_tax') }}: |
|
{{--
| {{ __('lang_v1.total_sell_return_inc_tax') }}: |
|
| {{ __('report.sell_due') }}: @show_tooltip(__('tooltip.sell_due')) |
|
--}}
@stop
@section('javascript')
@endsection