@extends('layouts.master') @section('title', 'Complaint | Suggestion | Proxima - Medical Management app') @section('title-topbar', 'Complaint | Suggestion') @section('css') @endsection @section('fixedcontent') @if (Session::has('success'))
@endif @endsection @section('content')Appo Date {{ date('h:i a d M Y', strtotime($complaints->appointment->start_at)) }}
{{ $complaints->appointment->patient->name }}Phone {{ $complaints->appointment->patient->phone_number }}
@if ($complaints->appointment->doctor) {{ $complaints->appointment->doctor->name }} @else No Doctor @endif
{{ $complaints->appointment->creator->name }}
@if ($complaints->status == 0) Unsolved @else Solved @endif
{{ date('d M Y', strtotime($complaints->updated_at)) }}
{{ date('d M Y', strtotime($complaints->created_at)) }}