@extends('admin.auth.layouts.auth-master') @push('css') @endpush @section('section')
👋
{{ __("Welcome To") }} {{ __("Admin Panel") }}

{{ __("Please enter your authorization code to access dashboard") }}

@csrf

{{ __("If something wrong with your authentication process you can reset your password to get the dashboard access") }}

@endsection