@extends('auth.layouts.master') @section('title', __('auth.login')) @section('content')
{{ __('auth.login_title') }}
@if(isset($setting)) Logo @endif

@csrf
@error('email') {{ $message }} @enderror
@error('password') {{ $message }} @enderror
@if (Route::has('password.request')) {{ __('auth.forgot_password') }} @endif @if (Route::has('register'))

{{ __("auth.dont_have_account") }} {{ __('auth.register') }}

@endif
@endsection