@extends('layouts.admin') @section('title', 'Edit Inventory') @section('page_title', 'Edit Inventory') @section('content')
| Last Updated: | {{ $inventory->last_updated?->format('M d, Y H:i') ?? 'Never' }} |
| Location: | {{ $inventory->location ?? 'Not specified' }} |