@extends('layouts.header') @section('content')
{{-- Blobs --}}
{{-- Header --}}

Hisab Seba

{{ __('user_login.user_panel_login') }}

{{-- Validation Errors --}} @if ($errors->any())
{{ $errors->first() }}
@endif
@csrf {{-- Login Field --}}
{{-- Password Field --}}
{{-- Remember + Forgot --}}
{{ __('user_login.forgot_password') }}
{{-- Button --}}
{{-- Footer Link --}}

{{ __('user_login.dont_have_account') }} {{ __('user_login.register') }}

© {{ date('Y') }} Hisab Seba • {{ __('user_login.user_access') }}
{{-- Blob Styles --}}
{{-- SweetAlert Toast --}} @if(session('swal')) @endif {{-- Scripts --}} @endsection