@extends('layouts.normmaster') @section('title', 'Login | Proxima - Medical Management app') @section('css') @endsection @section('content')
Proxima Tomorrow is Brighter

{{ __('basic.login msg head 1') }} {{ __('basic.login msg line 1') }}

{{ __('basic.welcome back') }}

@foreach (LaravelLocalization::getSupportedLocales() as $localeCode => $properties) {{ $properties['native'] }} @endforeach
@csrf
@error('identify') {{ $message }} @enderror @if (count($errors) && in_array(__('auth.throttle'), $errors->get('identify')))

@lang('auth.throttle')

@endif
@error('password') {{ $message }} @enderror
@error('g-recaptcha-response') {{ $message }} @enderror


@endsection @section('js') @endsection