{!! csrf_field() !!}

Create Slice Method


@if ($errors->has('title'))
{{ $errors->first('title') }}
@endif

@if ($errors->has('arabic_title'))
{{ $errors->first('arabic_title') }}
@endif



@if ($errors->has('image'))
{{ $errors->first('image') }}
@endif