@extends('layouts.app') @section('content') @include('installment::layouts.partials.style')

{{ __('installment::lang.installment_report')}}

@component('components.filters', ['title' => __('report.filters')])
{!! Form::label('customer_id', __('installment::lang.customers') . ' : ') !!} {!! Form::select('customer_id',$customers, null, ['class' => 'form-control select2 getinstallment','id'=>'customer_id','style' => 'width:100%']); !!}
{!! Form::label('balance_due',' إجمالي المديونية:') !!}
{!! Form::label('installment_status', __('installment::lang.installment_status') . ' : ') !!}
{!! Form::label('datefrom', __('installment::lang.datefrom') . ' : ') !!}
{!! Form::label('dateto', __('installment::lang.datefrom') . ' : ') !!}
@endcomponent
@component('components.widget', ['class' => 'box-solid'])
مسلسل العميل تاريخ الإستحقاق قيمة القسط الفائدة الإجمالي أيام التأخير تاريخ السداد Action
@endcomponent
@endsection @section('javascript') @include('installment::layouts.partials.javascripts') @endsection