@extends('admin.layout.master') @section('title', 'الأقسام الرئيسية') @section('content')

الأقسام الرئيسية

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

@csrf @method('PATCH')
@if ($errors->has('name_ar')) {{ $errors->first('name_ar') }} @endif
@if ($errors->has('name_en')) {{ $errors->first('name_en') }} @endif
@if ($errors->has('car_option')) {{ $errors->first('car_option') }} @endif
@if ($errors->has('status')) {{ $errors->first('status') }} @endif

صورة القسم

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