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