@extends('backend.layout.main') @section('content')

{{__('db.Supplier Report')}}

{!! Form::open(['route' => 'report.supplier', 'method' => 'post']) !!}
{!! Form::close() !!}
{{__('db.date')}} {{__('db.reference')}} {{__('db.Warehouse')}} {{__('db.product')}} ({{__('db.qty')}}) {{__('db.grand total')}} {{__('db.Paid')}} {{__('db.Balance')}} {{__('db.status')}}
{{__('db.Total')}}
{{__('db.date')}} {{__('db.Payment Reference')}} {{__('db.Purchase Reference')}} {{__('db.Amount')}} {{__('db.Paid Method')}}
{{__('db.Total')}}
{{__('db.date')}} {{__('db.reference')}} {{__('db.Warehouse')}} {{__('db.product')}} ({{__('db.qty')}}) {{__('db.grand total')}}
{{__('db.Total')}} {{number_format(0, $general_setting->decimal, '.', '')}}
{{__('db.date')}} {{__('db.reference')}} {{__('db.Warehouse')}} {{__('db.customer')}} {{__('db.product')}} ({{__('db.qty')}}) {{__('db.grand total')}} {{__('db.status')}}
{{__('db.Total')}} {{number_format(0, $general_setting->decimal, '.', '')}}
@endsection @push('scripts') @endpush