@extends('layout.master') @section('title') {{ config('app.name') }} - @yield('page-title') @endsection {{-- NavTop: [語言] [搜尋Input] [選單] --}} @section('content') @include('partial.topbar._navbar-main')
@include('partial.aside._document')
@yield('container')
@include('partial._footer') @include('partial._footer_desktop') @endsection