@extends('layouts.app') @section('styles') {{-- Style Here --}} @vite(['resources/scss/light/assets/authentication/auth-cover.scss']) @vite(['resources/scss/dark/assets/authentication/auth-cover.scss']) @endsection @section('content')

Litigation Case Tracker

{{-- Display validation errors --}} @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif {{-- Login Form --}}
@csrf
Forgot Password?
@endsection @section('scripts') {{-- Scripts Here --}} @endsection