@yield('scripts_head') @include('partials.customizercss')
@include('partials.navbar')
@if(count($errors) > 0) @foreach ($errors->all() as $error)
{{ $error }}
@endforeach @endif
@foreach (['danger', 'warning', 'success', 'info'] as $msg) @if(\Session::has('alert-' . $msg))

{{ \Session::get('alert-' . $msg) }} ×

@endif @endforeach
@yield('content')
@yield('scripts') @stack('scripts') @shield('client.negocios-notify') @endshield