@extends('layouts.master') @section('title') عرض الإختبارات @endsection @section('first-css') @endsection @section('header-content') عرض الإختبارات الدراسية @endsection @section('content-body') @include('massages')
{{--
--}}
@include('exams.tables.all') @include('exams.tables.pre') @include('exams.tables.post') @include('exams.tables.pass')
@include('exams.modals.update') @endsection @section('script') @endsection