@extends('layouts.master') @section('title', 'Complaints | Suggestion | Proxima - Medical Management app') @section('title-topbar', 'Complaints | Suggestion') @section('css') @endsection @if (Session::has('success'))

Sent Successfully

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

@endif @section('content')
Dashboard | Complaints | Suggestion
@foreach ($complaints as $item) @endforeach
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
@endsection @section('js') @endsection