芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/myvyralapp.com/bck/resources/views/admin/auth/login.blade.php
@extends('admin.auth.layouts.auth-master') @section('section')
👋
{{ __("Welcome To") }}
{{ __("Admin Panel") }}
@csrf
{{ __("Email Address") }}
@error('email')
{{ $message }}
@enderror
{{ __("Password") }}
{{ __("Forgot Password?") }}
{{ __("Login") }}
@endsection