@yield('css')
@include("customer.layout.header_without_login") @yield("content") @include("customer.layout.footer") @if (Session::has('error_message')) @endif @if (Session::has('success_message')) @endif @yield('js')