@yield('css')
@include('layouts.navbar')
@include('layouts.message') @yield('content')
@include('layouts.footer')
@yield('script')