@extends('dashboard.layouts.app') @section('css') @endsection @section('content')
تعديل قسم رئيسي
@include('dashboard.layouts.message')
@csrf

الصورة

@if ($errors->has('image')) {{ $errors->first('image') }} @endif
@if ($errors->has('title_ar')) {{ $errors->first('title_ar') }} @endif
@if ($errors->has('title_en')) هذا الحقل مطلوب و يجب أن يكون باللغة الإنجليزية @endif
@endsection @section('js') @endsection