@extends('layouts.app') @section('title', 'Login') @section('content')

Welcome Back

Login to access your Academy dashboard

@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif @if (session('success'))

{{ session('success') }}

@endif
@csrf

Use test credentials: shahzadkhan317 / abcd1234

@endsection