@extends('layouts.app') @section('content') Inventory Pro Inventory/ Generate Report Please select the necessary filters @if ($message = Session::get('success')) {{ $message }} @endif @if ($message = Session::get('error')) {{ $message }} @endif @if ($errors->any()) @foreach ($errors->all() as $error) {{ $error }} @endforeach @endif @csrf Start Date End Date Status Select Status In Use/Active Damaged Lost/Not Found Location Select Location @foreach ($locations as $location) {{ $location->name }} @endforeach Category Select Category @foreach ($categories as $category) id ? 'selected' : '' }}> {{ $category->name }} @endforeach Report Select Report @foreach($repType as $key => $value) {{ $value }} @endforeach Purchase Date Download As Download as PDF Download as Excel @endsection