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

حجز الحصص والامتحانات

@can('books-create') @endcan
@endsection @section('content')
@foreach ($types as $type) @endforeach
عنوان نوع الحجز {{ trans('labels.action') }}
{{ $type->title }} @can('class-booking-attend') {{$type->classBookings->count()}} اماكن الحجز @endcan
@endsection @section('script') @endsection