@extends('admin::layouts.auth') @section('content')
Logo

{{ __('Enter you email and password.') }}

@csrf
@error('email') {{ $message }} @enderror
@error('password') {{ $message }} @enderror

{{ __('Back to Login') }}

@endsection