@extends('layouts.master') @section('title', 'Inventory | Proxima - Medical Management app') @section('title-topbar', 'Inventory') @section('css') @endsection @section('fixedcontent')
@if (Session::has('success'))

Sent Successfully

{{ Session::get('success') }}

@endif @endsection @section('content')
Dashboard | Inventory search
Items about to finish
No Inventory Results
Items Finished
No Inventory Results
@endsection @section('js') @endsection