@if(session('error'))
{{ session('error') }}
@endif
@include('system.components.notifications')
@lang('tr.Request Details')
{{ csrf_field() }}
{!! Form::select('term_id', array(""=>__("tr.Select Term")) + $terms, $takafulRequest->term_id, array('id'=> 'term_id', 'name'=> 'term_id', 'class'=>'form-control', 'data-placement'=>'top', 'title'=> __('tr.Term') )) !!}
@if(false)
{!! Form::select('discount_type', array(""=>__("tr.Select Discount Type")) + $discountTypes, $takafulRequest->discount_type, array('id'=> 'discount_type', 'name'=> 'discount_type', 'class'=>'form-control', 'data-placement'=>'top', 'title'=> __('tr.Discount Type') )) !!}
{!! Form::select('takaful_type', array(""=>__("tr.Select Type")) + $types, $takafulRequest->takaful_type, array('id'=> 'takaful_type', 'name'=> 'takaful_type', 'class'=>'form-control', 'data-placement'=>'top', 'title'=> __('tr.Type') )) !!}
@endif