@extends('layouts.auth-master') @section('content')
@csrf

{{ __('menu.loginmessage')}}

@include('layouts.partials.messages')

{{ __('menu.loginlocal')}}

@if ($errors->has('username')) {{ $errors->first('username') }} @endif
@if ($errors->has('password')) {{ $errors->first('password') }} @endif
{{ __('applabels.notregisteredyet')}}{{ __('applabels.createaccount')}}
@endsection @push('scripts') @endpush