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

{{$data['title']}}

@can('questions-create') @endcan
@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.--}} {{--

--}} @foreach($data['exams'] as $exam) @endforeach
{{trans('labels.title')}} {{trans('labels.time')}} {{trans('labels.degree')}} {{trans('labels.forms')}} الناجحين الراسبين الطلاب {{trans('labels.action')}}
{{$exam->title}}
{{$exam->level->title ?? ""}}
{{$exam->hours . ' ' . trans('labels.hours') . ' ' . $exam->mins . ' ' . trans('labels.mins')}} {{$exam->degree}} {{$exam->forms->count()}}
Loading...
Loading...
{{$exam->examStudentsCount()}} @can('questions-edit') @endcan @can('questions-delete') @if($exam->canDeleted()) @endif @endcan
@endsection @section('script') @endsection