@extends('layouts.app') @section('title', 'Dashboard') @section('content') {{-- If session is not set --}} @if (session('status')) @endif
{{--
Inventory Stats:
--}}
Total Medicines
{{$medicines}}
Total Prescriptons
{{$prescriptions}}
Total Staff
{{$staff}}
Out of Stock Meds
{{$medsEnd}}
Expired Meds
{{$expiredMeds}}
{{--

--}} {{-- Cards --}}
{{--
Pharmacy options:
--}}
@endsection