@extends('admin.layout.master') @section('title', 'تعديل الصنف') @section('content')

تعديل الصنف

@include('admin.layout.message')

تعديل البيانات

@csrf @method('PATCH')
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('description')) {{ $errors->first('description') }} @endif
@if ($errors->has('price')) {{ $errors->first('price') }} @endif

اللوجو

@if ($errors->has('logo')) {{ $errors->first('logo') }} @endif
@if ($errors->has('slider')) {{ $errors->first('slider') }} @endif
@if ($errors->has('category_id')) {{ $errors->first('category_id') }} @endif

صور الصنف

@foreach($food_sliders as $food_slider) @endforeach
# الصورة التحكم
{{$i}}
@stop