@extends('layouts.auth') @section('title') {{ __('Login Admin Panel') }} @endsection @section('content')
{{ __('Enter Confirmation Code') }}

The confirmation code will expire in
{{ __('Code') }}
{{--
{{__('Login Client')}}
--}} @endsection @section('scripts') @endsection