@include('common.header')
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • Oohps! {{ $error }}
  • @endforeach
@endif @if (session('message'))
Well done! {{ session('message') }}
@endif
Portals UserID & Password
@csrf
@include('common.footer')