{!! Form::label('status', __('models/invoices.fields.status', [], 'ar').':') !!}
{!! Form::select('status', __('models/invoices.status', [], 'ar'), null, ['class' => 'form-control', 'required', 'id' => 'status']) !!}
{!! Form::label('payment_method', __('models/invoices.fields.payment_method', [], 'ar').':') !!}
{!! Form::select('payment_method', __('models/invoices.payment_method', [], 'ar'), null, ['placeholder' => 'اختر', 'class' => 'form-control', 'id' => 'payment_method']) !!}
{!! Form::label('representative_id', __('models/invoices.fields.representative_id', [], 'ar') . ':') !!}
{!! Form::select('representative_id', $representatives, null, [ 'placeholder' => 'اختر', 'class' => 'form-control', 'id' => 'representative_id']) !!}
{!! Form::label('reference_number', __('models/invoices.fields.reference_number', [], 'ar').':') !!}
{!! html()->text('reference_number', null)->class('form-control')${5:->id('reference_number')} !!}
{!! Form::label('notes', __('models/invoices.fields.notes', [], 'ar').':') !!}
{!! html()->text('notes', null)->class('form-control')${5:->id('notes')} !!}