@extends('layouts.master') @section('title') {{ __('sentence.All Prescriptions') }} @endsection @section('content')
| ID | {{ __('sentence.Patient') }} | {{ __('sentence.Created') }} | {{ __('sentence.Content') }} | {{ __('sentence.Actions') }} |
|---|---|---|---|---|
| {{ $prescription->id }} | {{ $prescription->User->name }} | {{ $prescription->created_at->format('d M Y H:i') }} |