{{ trans('admin_lang.'.$langPath) }}
{{Form::open(array('route' => [routeFormUser($pagePath.'.aboutstore'),$langPath],'files'=>true, 'class'=>'upload_submit'))}}
{{ Form::close() }}
{!! Form::text('title',null,['class'=>'form-control','placeholder'=>(trans("admin_lang.enter_the_title"))])!!}
@if ($errors->has('title')){{ $errors->first('title') }}@endif
{{ Form::textarea('description',null,['class'=>'form-control','id'=>'description','placeholder'=>trans("admin_lang.description")])}}
@if ($errors->has('description')){{ $errors->first('description') }}@endif