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

المجالات

إنشاء جديد

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

الصورة

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