{!! Form::label('url', 'الرابط') !!} {!! Form::url('url', old('url'), ['class' => 'form-control', 'placeholder' => 'Enter Artical Title', 'required']) !!}
{!! Form::label('title', 'العنوان') !!} {!! Form::text('title', old('title'), ['class' => 'form-control', 'placeholder' => 'Enter Artical Title', 'required']) !!}
{!! Form::label('keywords', 'الكلمات الدلالية ') !!} {!! Form::textarea('keywords', old('keywords'), ['class' => 'form-control', 'rows' => 3, 'placeholder' => 'Enter Short Description (Optional)']) !!}
{!! Form::label('description', 'الوصف الكامل') !!} {!! Form::textarea('description', old('description'), ['class' => 'form-control', 'rows' => 5, 'placeholder' => 'Enter Artical Description', 'required']) !!}
الغاء