@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_time && request()->to_time) {{request()->from_time . ' - ' . request()->to_time}} @endif @foreach($admins as $admin) @endforeach
اسم الادمن عدد الطلاب
{{$admin['name']}} {{$admin['count']}}
@endsection @section('script') @endsection