@include('head')
@include('sidebar')
@include('navbar')
@yield('content') @include('footer')
{{-- TARUH DI LUAR MAIN --}} @yield('scripts')