{{-- {{ dd(asset_public_admin()) }} --}} OMG Admin

Hello! let's get started

Sign in to continue.
@if (session('success'))
{{ session('success') }}
@endif @if (session('error'))
{{ session('error') }}
@endif
@csrf
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
{{-- Forgot password? --}}