@extends('layouts.admin.auth') @section('title') {{ adminPageTitle('Login') }} @endsection @section('content')

Sign in to start your session

@csrf @if(!empty(Session::get('error')))
{{ Session::get('error') }}
@endif @error('auth.error')
{{ $message }}
@enderror
@error('email') @enderror
@endsection @section('page-specific-scripts') @endsection