@extends('layouts.portal') @section('title', __('appointments.new') . ' โ ' . config('app.name')) @section('page_title', __('appointments.new')) @section('page_actions') {{ __('common.back') }} @endsection @section('content') @if ($timeSlots->isEmpty())
{{ __('appointments.no_time_slots') }}
{{ __('appointments.add_time_slot') }}