@extends('layout.default', [ 'appTopNav' => true, 'appSidebarHide' => true, 'appClass' => 'app-with-top-nav app-without-sidebar' ]) @section('title', 'Top Nav') @push('js') @endpush @section('content')

Top Nav page header description goes here...


Add the following page variable for top nav page setting.

@endsection