@extends('user::layouts.guest')
@section('breadcrumb_title', 'Admin Login')
@section('content')
{{ $login_title }}
{{ $login_subtitle }}
@if ($admin_login_register_image)
@endif
{{ __('backend::translate.Login to your account') }}
@if ($errors->any())
@foreach ($errors->all() as $error)
- {{ $error }}
@endforeach
@endif
@endsection
@push('scripts')
@endpush