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

حجز {{$type->title}}

@can('books-create') @endcan
@endsection @section('content')
@foreach ($classes as $class) @endforeach
{{ trans('labels.name') }} {{ trans('labels.image') }} {{ trans('labels.fees') }} {{ trans('labels.status') }} {{ trans('labels.action') }}
{{ $class->name }}
{{ $class->fees }} @if ($class->is_active) متاح @else غير متاح @endif @can('class-booking-orders') @endcan @can('class-booking-attend') @endcan تعديل
@include('dashboard.pages.student-management.partials.add-action-modal') @endsection @section('script') @endsection