@if($customFields)
{!! trans('lang.main_fields') !!}
@endif
{!! Form::label('title', trans("lang.award_title"), ['class' => 'col-md-3 control-label text-md-right mx-1']) !!}
{!! Form::text('title', null, ['class' => 'form-control','placeholder'=> trans("lang.award_title_placeholder")]) !!}
{{ trans("lang.award_title_help") }}
{!! Form::label('description', trans("lang.award_description"), ['class' => 'col-md-3 control-label text-md-right mx-1']) !!}
{!! Form::textarea('description', null, ['class' => 'form-control','placeholder'=> trans("lang.award_description_placeholder") ]) !!}
{{ trans("lang.award_description_help") }}
{!! Form::label('clinic_id', trans("lang.award_clinic_id"),['class' => 'col-md-3 control-label text-md-right mx-1']) !!}
{!! Form::select('clinic_id', $clinic, null, ['class' => 'select2 form-control']) !!}
{{ trans("lang.award_clinic_id_help") }}
@if($customFields)
{!! trans('lang.custom_field_plural') !!}
{!! $customFields !!}
@endif
{{trans('lang.cancel')}}