@yield('styles')
@if ($errors->any())
Error!
@endif @if(session('success'))
{{ session('success') }}
@endif @yield('content')
@yield('scripts')