@extends('layouts.master') @section('title', 'Complaints | Suggestion | Proxima - Medical Management app') @section('title-topbar', 'Complaints | Suggestion') @section('css') @endsection @if (Session::has('success'))
@endif @section('content')NAME | STATUS | BRANCH | Responsable Doctor | HANDLE |
---|---|---|---|---|
{{ $item->appointment->patient->name }}{{ $item->start_at }} |
@if ($item->status == 0) Unsolved @else Solved @endif | {{ $item->appointment->branch->name }} | @if ($item->appointment->doctor) {{ $item->appointment->doctor->name }} @else No Doctor Selected @endif | Show |