@extends('layouts.app') @section('title',__('installment::lang.customer_instalment')) @section('content') @include('installment::layouts.partials.style')

@lang('installment::lang.customer_instalment')

@csrf
@component('components.widget', ['class' => 'box-primary', 'title' =>'']) @can('installment.view')
{!! Form::label('customer_id',__('installment::lang.customers') .' : ') !!} {!! Form::select('customer_id', $customers, null, ['class' => 'form-control select2','id'=>'customer_id']); !!}
{!! Form::label('balance_due',' إجمالي المديونية:') !!}
{!! Form::label('installment_status', __('installment::lang.installment_status') . ' : ') !!}
{!! Form::label('datefrom', __('installment::lang.datefrom') . ' : ') !!}
{!! Form::label('dateto', __('installment::lang.datefrom') . ' : ') !!}
@endcan {{-- --}}
@can('installment.view')
العميل حالة القسط عدد الأقساط
@endcan
@endcomponent
@endsection @section('javascript') {{-- --}} @include('installment::layouts.partials.javascripts') @endsection