@extends('layouts.master') @section('title', 'Ready to rate | Proxima - Medical Management app') @section('title-topbar', 'Rate') @section('css') @endsection @if (Session::has('success'))
@endif @section('content'){{ __('basic.name') }} | {{ __('basic.status') }} | {{ __('basic.branch') }} | {{ __('basic.service') }} | {{ __('basic.doctor') }} | {{ __('basic.creator') }} | {{ __('basic.rate') }} |
---|---|---|---|---|---|---|
{{ date('d M Y', strtotime($item->start_at)) }} {{ $item->patient->name }}{{ $item->patient->phone_number }} |
{{ $msg }} | {{ $item->branch->name }} | {{ $item->service_item->name }} | @if ($item->doctor) {{ $item->doctor->name }} @else No Doctor @endif | @if ($item->creator) {{ $item->creator->name }} @else Patient @endif |
@php
$rate_url = route('patient_auth.land_rate_appo_public', $item->code);
@endphp
@if ($item->status == 6)
Reason
WA
|
{{ date('d M Y', strtotime($item->start_at)) }} | {{ $item->branch->name }}
{{ $item->patient->name }}{{ $item->patient->phone_number }}