@yield('css')
@include('layouts.frontend.headerClient')
@yield('content')
@include('layouts.frontend.footer')
{{ csrf_field() }}
@yield('js')