@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