@include('layout.head') @include('layout.navbar')
@yield('contents')
@yield('contents1')
@include('layout.foot')