@extends('layouts.nifty') @section('content') Patient Medication Profile Dashboard Welcome back {{ auth()->user()->name }}. "Stay Well! Get Well!" {{ $purchases->count() }} Total Transactions as of {{ date('m/d/Y') }} {{ $branchpurchases->count() }} Total No of Branch Transactions {{ $patients->count() }} Total No of Patients {{ $prescriptions->count() }} Total No of Prescriptions Calendar @foreach($reminders as $reminders) {{ $reminders->title }} {{ date('h:i:s A', strtotime($reminders->start)) }}-{{ date('h:i:s A', strtotime($reminders->end)) }} {{ date('M d, Y', strtotime($reminders->start)) }} @endforeach @include('partials.footer') @endsection
"Stay Well! Get Well!"
Total Transactions as of {{ date('m/d/Y') }}
Total No of Branch Transactions
Total No of Patients
Total No of Prescriptions