@extends('admin.layout.app') @section('title','Account Payable Aging Report') @push('headerscript') @endpush @section('content')

Account Payable Aging Report

Back {{----}}
{!! Form::select("supplier_id", [''=>'Select Supplier']+$supplier, old("supplier_id"), ['class'=>'form-control select2', 'required', 'id'=>'supplier_id'] ) !!}
{{--
{!! Form::select("account_id", [''=>'Select']+$accounts, old("account_id"), ['class'=>'form-control', 'required', 'id'=>'account_id'] ) !!}
--}}
{!! Form::select("period", [''=>'Select','1'=>'1-30','2'=>'31-60','3'=>'61-90','4'=>'91-120','5'=>'120 and Above'], old("period"), ['class'=>'form-control', 'required', 'id'=>'period'] ) !!}
S.No. Supplier Name Account Ledger Ledger Code 1-30 31-60 61-90 91-120 120 and Above
{!! Form::close() !!}
@endsection @push('footerscript') {{-- --}} @endpush