{!! csrf_field() !!}

Create Grill Addition


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

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

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