@extends('layouts.land.master_top_empty') @section('title', prox_sett('clinicname') . " تقييم زيارة في عيادات") @section('css') @endsection @if (Session::has('success'))
@endif @section('content'){{ 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 }}
{{ $appointment->code }}