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

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

@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['classes'] as $class) @endforeach
{{trans('labels.center')}} {{trans('labels.group')}} {{trans('labels.day')}} {{trans('labels.time')}} {{trans('labels.classes')}}
{{$class->group->center->name}} {{$class->group->name}} {{__('labels.'.$class->day)}} {{$class->start . ' - ' . $class->end}} @can('student-management-list') @endcan
@endsection @section('script') @endsection