@php $company = auth()->user()->company; $moduleAccess = app(\App\Services\Subscription\ModuleAccessService::class); @endphp @if ($company && $moduleAccess->isEnabled($company, 'services')) Mis servicios @endif @if ($today->isEmpty()) @else
    @foreach ($today as $b)
  • {{ \Carbon\Carbon::parse($b->start_time)->format('H:i') }}

    {{ $b->duration_minutes }}min

    {{ $b->customer?->fullName() }}

    {{ $b->service?->name }}

    {{ $b->status->label() }}
  • @endforeach
@endif