@extends('layouts.admin.guest') @section('title', __('labels.admin_login')) @section('content')
@if(($systemSettings['demoMode'] ?? false))
@endif

Login to your account

@csrf
@if(($systemSettings['demoMode'] ?? false))

{{ __('labels.demo_credentials') }}

{{ __('labels.demo_mode') }}
{{ __('labels.admin_credentials') }}
{{ __('labels.email') }}: {{ env('DEMO_ADMIN_EMAIL', 'hyperlocaladmin@gmail.com') }}
{{ __('labels.password') }}: {{ env('DEMO_PASSWORD', '12345678') }}
@endif
@endsection @push('scripts') @endpush