@extends('layouts.app') @section('title', ($title ?? 'Inventory') . ' — Tenseal') @section('content')
Coming soon

{{ $title ?? 'This area' }}

This feature is on the roadmap and the page is reserved so navigation links don't 404. We'll wire it up in an upcoming release.

Back to Dashboard
@endsection