@extends('layouts.app') @section('title', 'Stock Management') @section('page-title', 'Stock Management') @section('content')
{{ $stock->product_code }}
@if(request()->hasAny(['search', 'availability', 'supplier', 'category'])) No stock items match your current filters. Try adjusting your search criteria. @else Get started by adding your first stock item. @endif
Add First Stock ItemShowing {{ $stocks->firstItem() }} to {{ $stocks->lastItem() }} of {{ $stocks->total() }} results