{{$userData->first_name}} {{$userData->last_name}} reports
@if (\Session::has('success'))
@endif
{{ \Session::get('success') }}
@endif
Reports Listing
| Id | Title | Appointment Date | Action |
|---|---|---|---|
| {{$reports['id']}} | {{$reports['title']}} | {{$reports['appointment_date']}} | View |