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

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

@can('admins-create') @endcan
@endsection @section('content')
@foreach($data['classes'] as $class) @endforeach
# {{trans('labels.name')}} {{trans('labels.groups')}} {{trans('labels.action')}}
{{$class->id}} {{$class->title}} {{$class->groupClasses->count()}} @can('configure-data') @endcan
@endsection @section('script') @endsection