{{ mb_strtoupper($appName) }}
@yield('heading', 'Inicio')
{{ strtoupper(substr(auth()->user()->name, 0, 1)) }}
{{ auth()->user()->name }}{{ auth()->user()->role->label() }}
{{ session('success') }}
@endif
@if($errors->any())Revisa la información:
@endif
@yield('content')
- @foreach($errors->all() as $error)
- {{ $error }} @endforeach