@extends('layouts.app') @section('title') {{ __('messages.dashboard') }} @endsection @section('content')
| {{ __('messages.doctor.doctor') }} | {{ __('messages.appointment.time') }} | ||
|---|---|---|---|
|
{{ $appointment->doctor->user->fullname }}
{{ $appointment->doctor->user->email }}
|
{{ $appointment->from_time }} {{ $appointment->from_time_type }} - {{ $appointment->to_time }} {{ $appointment->to_time_type }} | ||
| {{ __('messages.common.no_data_available') }} | |||
| {{ __('messages.doctor.doctor') }} | {{ __('messages.appointment.date') }} | ||
|---|---|---|---|
|
{{ $appointment->doctor->user->fullname }}
{{ $appointment->doctor->user->email }}
|
{{ \Carbon\Carbon::parse($appointment->date)->isoFormat('DD MMM YYYY') }} {{ $appointment->from_time }} {{ $appointment->from_time_type }} - {{ $appointment->to_time }} {{ $appointment->to_time_type }} | ||
| {{ __('messages.common.no_data_available') }} | |||