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