@extends('layouts.auth_app') @section('title') {{ __('auth.logins') }} @endsection @section('content') @php $settingValue = getSettingValue(); App::setLocale(checkLanguageSession()); @endphp
Logo
@include('flash::message') @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif

{{__('auth.sign_in')}}

@csrf
{{ __('auth.login.forgot_password').'?' }}
{{__('auth.new_here')}} {{__('auth.create_an_account')}}
@endsection