@extends('layouts.tenant.master')
@section('title', tenant('id'))
@section('css')
@endsection
@section('style')
@endsection
@section('breadcrumb-title')
{{ ucfirst(tenant('id')) }}
Menu
@endsection
@section('breadcrumb-items')
{{-- Starter Kit
Menu Options
Vertical Menu --}}
@endsection
@section('content')
@endsection
@section('script')
@endsection