@extends('client.layout') @section('title', 'إضافة مدرسة') @section('content')

إضافة مدرسة جديدة

@if(session('success'))
{{ session('success') }}
@endif @if ($errors->any())
@endif
@csrf
@endsection