@extends('dashboard.layouts.master') @section('css') @endsection @section('breadcrumb')

مراجعين الاسئلة

@endsection @section('content')
{{--

Buttons example

--}} {{--

The Buttons extension for DataTables--}} {{-- provides a common set of options, API methods and styling to display--}} {{-- buttons on a page that will interact with a DataTable. The core library--}} {{-- provides the based framework upon which plug-ins can built.--}} {{--

--}} @if(request()->from && request()->to) {{request()->from . ' - ' . request()->to}} @endif @foreach($admins as $admin) @endforeach
اسم الادمن عدد الاسئلة مراجعة اولى مراجعة نهائية
{{$admin->name}} {{$admin->lectureQuestions()}} {{$admin->lectureQuestionsRevision()}} {{$admin->lectureQuestionsTopRevision()}}
@endsection @section('script') @endsection