@extends('auth.admin.layout') @section('title') Sign-In @endsection @section('content')
@csrf
@error('email') {{ $message }} @enderror
@if (Route::has('admin.forgot-password')) {{ __('Forgot Your Password?') }} @endif
@error('password') {{ $message }} @enderror

@if (Route::has('register'))
New on our platform? Create an account
@endif @endsection