{!! Form::label('البيان', 'البيان:') !!} {!! Form::textarea('Statement', null, ['class' => 'form-control']) !!}
{!! Form::label('الملف', 'الملف:') !!}
{!! Form::file('file', ['class' => 'custom-file-input']) !!} {!! Form::label('file', 'Choose file', ['class' => 'custom-file-label']) !!}