@extends('layouts.master')
@section('main_title', 'قائمة المراحل الدراسية')
@section('main_page', 'المراحل الدراسية')
@section('title', 'المراحل الدراسية')
@section('content')
@include('dashboard.classRooms.Model.create_update')
@include('dashboard.classRooms.Model.view')
@include('Shared.delete')
@endsection
@section('scripts')
@include('dashboard.classRooms.js.js')
@endsection