@extends('layouts.auth') @section('content')
@csrf
@error('email') {{ $message }} @enderror
@if (Route::has('password.request')) Forgot? @endif
@error('password') {{ $message }} @enderror
© {{ date('Y') }} {{ $settings['site_name'] ?? 'TechNova Solutions' }}. Design for the Future.
@endsection