@include('layouts.navigation')
@include('layouts.header')
@yield('content')
@include('layouts.footer')
@yield('content-script')