Operations portal@yield('page-heading', 'Overview')
{{ strtoupper(substr(auth()->user()->name, 0, 2)) }}
@if(session('success'))
✓ {{ session('success') }}
@endif @if($errors->any())
Please check the following:
    @foreach($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif @yield('content')