@if(session()->has('success'))
{{session()->get('success')}}
@endif
Patient |
Date |
Title |
Actions |
Delete |
@foreach($casehistories as $casehistory)
{{$casehistory->patient->first_name}} |
{{$casehistory->date}} |
{{$casehistory->title}} |
|
|
@endforeach
@endsection
@section('scripts')
@endsection