@extends('layout.default', [ 'appClass' => 'app-content-full-height', 'appContentClass' => 'p-0' ]) @section('title', 'Full Height') @push('js') @endpush @section('content')
Add the .app-content-full-height css class to .app container for full height page setting.
You got the bottom