@extends('fronts.layouts.app') @section('front-title') {{ __('messages.web.medical_doctors') }} @endsection @section('front-content') @php $styleCss = 'style'; @endphp
{{ __('messages.visit.doctor') }} | {{ __('messages.appointment.appointment_at') }} | {{ __('messages.appointment.status') }} |
---|---|---|
{{ $val->doctor->user->email }} |
{{ $val->from_time }}
{{ $val->from_time_type }}
- {{ $val->to_time }} {{ $val->to_time_type }}
{{ \Carbon\Carbon::parse($val->date)->isoFormat('DD MMM YYYY') }}
|
@if ($val->status == $book) {{ $val->status == $book ? __('messages.common.' . strtolower(\App\Models\Appointment::STATUS[1])) : '' }} @endif @if ($val->status == $checkIn) {{ $val->status == $checkIn ? __('messages.common.' . strtolower(\App\Models\Appointment::STATUS[2])) : '' }} @endif @if ($val->status == $checkOut) {{ $val->status == $checkOut ? __('messages.common.' . strtolower(\App\Models\Appointment::STATUS[3])) : '' }} @endif @if ($val->status == $cancel) {{ $val->status == $cancel ? __('messages.common.' . strtolower(\App\Models\Appointment::STATUS[4])) : '' }} @endif |
{{ __('messages.visit.doctor') }} | Visit Date | Action |
---|---|---|
{{ $val->visitDoctor->user->email }} |
{{ \Carbon\Carbon::parse($val->visit_date)->isoFormat('DD MMM YYYY') }} |
{{ __('messages.visit.doctor') }} | {{ __('messages.appointment.appointment_at') }} | {{ __('messages.appointment.status') }} |
---|---|---|
{{ $val->doctor->user->email }} |
{{ $val->from_time }}
{{ $val->from_time_type }}
- {{ $val->to_time }} {{ $val->to_time_type }}
{{ \Carbon\Carbon::parse($val->date)->isoFormat('DD MMM YYYY') }}
|
@if ($val->status == $book) {{ $val->status == $book ? __('messages.common.' . strtolower(\App\Models\Appointment::STATUS[1])) : '' }} @endif @if ($val->status == $checkIn) {{ $val->status == $checkIn ? __('messages.common.' . strtolower(\App\Models\Appointment::STATUS[2])) : '' }} @endif @if ($val->status == $checkOut) {{ $val->status == $checkOut ? __('messages.common.' . strtolower(\App\Models\Appointment::STATUS[3])) : '' }} @endif @if ($val->status == $cancel) {{ $val->status == $cancel ? __('messages.common.' . strtolower(\App\Models\Appointment::STATUS[4])) : '' }} @endif |
{{ __('messages.visit.doctor') }} | Visit Date | Action |
---|---|---|
{{ $val->visitDoctor->user->email }} |
{{ \Carbon\Carbon::parse($val->visit_date)->isoFormat('DD MMM YYYY') }} |