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

{{ __('Welcome Back') }}

{{ __('Sign in to access the admin dashboard') }}

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

{{ __('Don\'t have an account?') }} {{ __('Create an account') }}

@endsection