@extends('layouts.app') @section('content')
alt

Elipilot

language
@foreach ($languages as $lang) @if($lang != App::getLocale()) @endif @endforeach

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

{{$institute}}

@csrf
{{Auth::user()->getFullNameAttribute()}}
{{__('auth.change_user')}}

@error('username') @enderror @error('password') @enderror
@csrf
@endsection