@extends('layouts.land.master_top_empty') @section('title', prox_sett('clinicname') . " تقييم زيارة في عيادات") @section('css') @endsection @if (Session::has('success'))

Sent Successfully

{{ Session::get('success') }}

@endif @section('content')

يرجي تقييم اخر زيارة لك في عيادات {{ prox_sett('clinicname') }}

لاننا نريد الافضل لك ولتحسين مستوي العيادات في الزيارة القادمة

@if ($status == 1)

{{ date('d M Y', strtotime($appointment->start_at)) }}

{{ $appointment->patient->name }}

{{ $appointment->patient->phone_number }}

الفرع

{{ $appointment->branch->name }}

الطبيب

@if ($appointment->doctor) {{ $appointment->doctor->name }} @else طبيب @endif

موظف الاستقبال

{{ $appointment->creator->name }}

{!! QrCode::color(68, 95, 129)->size(60)->style('round')->eye('circle')->generate($appointment->code) !!}

{{ $appointment->code }}


@if (in_array($appointment->status, [2, 3, 4]))
@csrf @method('POST')
@error('rate_service') {{ $message }} @enderror
@error('rate_doctor') {{ $message }} @enderror
@error('rate_reception') {{ $message }} @enderror
@error('rate_time') {{ $message }} @enderror
@error('rate_cleanliness') {{ $message }} @enderror
@error('rate_note') {{ $message }} @enderror
@elseif ($appointment->status == 6)
@csrf @method('POST')
@error('rate_note') {{ $message }} @enderror
@else

ناسف. لا يمكنك تقييم هذا الحجز

@endif
@else

شكرا لمساعدتنا لنكون افضل

@endif @endsection @section('js') @endsection