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

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

This admin surface is not wired up yet. It's reserved in the navigation and routes so links don't 404, but the controller and views haven't been built.

Back to Dashboard
@endsection