@extends('layouts.app', [ 'title' => ($appBranding['name'] ?? config('app.name', 'FinCoreHub')).' | Login', 'metaDescription' => 'Sign in to your account.', 'hideHeader' => true, ]) @section('content')
{{ $appBranding['name'] ?? config('app.name', 'FinCoreHub') }} logo

{{ $appBranding['name'] ?? config('app.name', 'FinCoreHub') }}

Sign in to continue

@csrf
Forgot password?
@endsection