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