@extends('layouts.login') @section('title', 'login') @section('content')
Super Admin login
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf
@endsection