@extends('layout.default', ['footer' => true, 'appClass' => 'app-footer-fixed']) @section('title', 'Fixed Footer') @push('scripts') @endpush @section('content')

Fixed Footer page header description goes here...


Add the .app-fixed-footer css class to .app container for fixed footer page setting.

<div id="app" class="app app-footer-fixed">
  ...
  <div id="footer" class="app-footer">
    © 2020 seanTheme All Right Reserved
  </div>
</div>
@endsection