@include('layouts.inc.head')
@section('header')
@show
@yield('page-title')
@yield('content')
@section('footer') @show
@section('script') @include('layouts.inc.scripts') @show