@extends('layouts.'.Auth::user()->role.'_layout') @section('title') {{ __('All Prescriptions') }} @endsection @section('content')
| ID | {{ __('Patient') }} | {{ __('Content') }} | {{ __('Created at') }} | {{ __('Actions') }} |
|---|---|---|---|---|
| {{ $prescription->id }} | {{ $prescription->User->name }} | {{ $prescription->created_at->format('d M Y H:i') }} | ||
No prescriptions found |
||||