@extends('layouts.master')
@section('main_title','قائمة المناطق التعليمية')
@section('main_page','المناطق التعليمية')
@section('title','المناطق التعليمية')
@section('content')
@include('dashboard.educationArea.Model.create_update')
@include('dashboard.educationArea.Model.view')
@include('Shared.delete')
@endsection
@section('scripts')
@include('dashboard.educationArea.js.js')
@endsection