mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/tickme.git
synced 2026-08-27 00:14:08 +00:00
12 lines
323 B
PHP
12 lines
323 B
PHP
@extends('layouts.base')
|
|
|
|
@section('content')
|
|
<body id="app-container" class="flat menu-sub-hidden show-spinner">
|
|
@include('partials.header')
|
|
@include('partials.menu')
|
|
<main id="app">
|
|
@yield('inner_content')
|
|
</main>
|
|
@include('partials.footer')
|
|
</body>
|
|
@endsection |