@extends('layouts.master') @section('title') {{ __('sentence.All Prescriptions') }} @endsection @section('content') @if ($errors->any())
ID | {{ __('sentence.Patient') }} | {{ __('sentence.Date') }} | {{ __('sentence.Content') }} | {{ __('sentence.Actions') }} |
---|---|---|---|---|
{{ $prescription->id }} | {{ $prescription->User->name }} | {{ $prescription->created_at->format('d M Y H:i') }} | {{ count($prescription->Drug) }} Drugs | {{ count($prescription->Test) }} Tests |