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

{{trans('labels.exams')}}

@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 as $exam) @endforeach
{{trans('labels.student_id')}} {{trans('labels.phone')}} {{trans('labels.national_id_image')}}
{{$exam->student_id}} {{$exam->phone}}
@endsection @section('script') {{-- --}} @endsection