@extends('layout.admin_layout') @section('title', 'admin-dashboard') @section('body') @section('header', 'Handy Document') @section('badge') @endsection

Handy Document list

@csrf
{{-- --}}
New
@forelse ($h_docs as $h_doc) @empty @endforelse
# No Topic For which user Created date
{{ $h_doc->topic_name }} @switch($h_doc->user_role) @case(1) Patients @break @case(2) Doctor @break @case(3) Pharmacy @break @default Admin @endswitch {{ date('M-d-Y H:i:s', strtotime($h_doc->created_at)) }} {{-- View --}} Edit Delete
No data found.
@endsection @push('scripts') @endpush