@auth @if(auth()->user()->currentCompany) @endif
@endauth
@if (session('status'))
{{ session('status') }}
@endif @yield('contenido')