@extends('admin.layout.app') @section('title','Spare Part Wise Purchase Report') @push('headerscript') @endpush @section('content')

Spare Part Wise Purchase Report

{!! Form::select("supplier_id", [''=>'Select Supplier']+$suppliers, old("supplier_id"), ['class'=>'form-control', 'required', 'id'=>'supplier_id'] ) !!}
{!! Form::select("branch_id", \App\Http\Helpers\Helper::getBranchData(), old("branch_id"), ['class'=>'form-control' ,'id' => 'branch_id'] ) !!}
S.No. Invoice No. Invoice Date Supplier Name Spare Part No. Spare Part Name Cost Price quantity VAT Discount Total Amount
{!! Form::close() !!}
@endsection @push('footerscript') {{-- --}} @endpush