@php $selectedDate = $_GET['date'] ?? ''; @endphp @extends('admin.layouts.layouts') @section('title', 'View Stock | Pesticide') @section('content')
Pesticide Stock
Clear
@csrf
@if (count($pesticide_stocks) > 0) @foreach ($pesticide_stocks as $pesticide_stock) @endforeach @else @endif
Name Current Stock Stock Final Stock
{{ $pesticide_stock->pesticide->name ?? '' }}
Data not found!
@endsection @section('page-js') @endsection