@extends('admin.layout.master') @section('title', 'المجالات') @section('content')

المجالات

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

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

الصورة

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