{!! Form::label('title', 'العنوان ') !!} {!! Form::text('title', null, ['class' => 'form-control', 'placeholder' => 'Enter image title', 'required']) !!}
{!! Form::label('image', 'الصورة') !!} {!! Form::file('image', ['class' => 'form-control ']) !!} @if ( isset($row) && $row->image) {{ $row->title }} @endif
الغاء