@vite(['resources/css/app.css', 'resources/js/app.js'])
{{ config('site.brand.name') }}

Admin Login

Sign in to manage {{ config('site.brand.name') }}

@if ($errors->any())
{{ $errors->first() }}
@endif
@csrf