@extends('layout.master')
@section('title')
{{ config('app.name') }} - @yield('page-title')
@endsection
{{-- NavTop:[ <-] [頁面標題] [選單] --}}
@section('content')
@yield('nav-title')
@include('partial.topbar._navbar-back')
@yield('container')
@include('partial._footer')
@endsection