@extends('layouts.website.website') @section('content')
Add Case
@csrf
All Case
@foreach ($PatientCase as $item) @endforeach
Date Patient Case Title Options
{{ Carbon\Carbon::parse($item->date)->format('d M Y h:i') }} {{ $item->patient->name }}
{{ $item->patient->address }}
{{ $item->patient->phone }}
{{ $item->title }}
@endsection