@extends('user::layouts.guest') @section('breadcrumb_title', 'Admin Login') @section('content')

{{ __('backend::translate.Login to your account') }}

@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf
@if (config('app.app_mode') == 'DEMO')

Email: admin@gmail.com

Password: password

@endif
@endsection @push('scripts') @endpush