{{ translate('Add Project Highlight') }}
{!! Form::open(['method' => 'post', 'action' => 'Admin\ProjectHighlightController@store', 'files' => true]) !!}
 }})
 }})
{!! Form::text('title_ar', null, ['class' => 'form-control', 'placeholder' => translate('Arabic title')]) !!}
@error('title_ar')
{{ $message }}
@enderror
{!! Form::text('title_en', null, ['class' => 'form-control', 'placeholder' => translate('English title')]) !!}
@error('title_en')
{{ $message }}
@enderror
{!! Form::textarea('description_ar', null, ['class' => 'form-control', 'placeholder' => translate('Arabic Description')]) !!}
@error('description_ar')
{{ $message }}
@enderror
{!! Form::textarea('description_en', null, ['class' => 'form-control', 'placeholder' => translate('English Description')]) !!}
@error('description_en')
{{ $message }}
@enderror
{!! Form::number('arrangment', 0, ['class' => 'form-control', 'placeholder' => translate('Arrangement')]) !!}
@error('arrangment')
{{ $message }}
@enderror
{!! Form::checkbox('active', null, 1, ['id' => 'active']) !!}