@extends('dashboard.layouts.master') @section('css') @endsection @section('breadcrumb')
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. --}} {{--
--}}| Student ID | Name | Phone Number | Parent Number | Governate | lectures No# | live lectures No# | |
|---|---|---|---|---|---|---|---|
| {{ $student->student_id }} | {{ ($student->name != strip_tags($student->name))? 'invalid name' : $student->name }} | {{ $student->email }} | {{ $student->phone }} | {{ $student->parent_phone }} | {{ $student->government->name ?? '' }} | {{ $student->lectures()->count() }} | {{ $student->liveLecturesCount() }} |