@extends('layouts.app') @section('title', $title) @section('breadcrumb') @endsection @section('content')
{{ $title }}

{{ $subtitle }}

This screen is ready in the navigation. Full functionality will be added in a future update.

@endsection