芝麻web文件管理V1.00
编辑当前文件:/home/rejoandoctor/medicine.joruridoctor.com/resources/views/auth/login.blade.php
@extends('layouts.login_app') @section('title', 'Login') @section('content')
Login
@csrf
Email address
Password
{{ __('Remember me') }}
{{ __('Log in') }}
@if (Route::has('password.request'))
{{ __('Forgot your password?') }}
@endif
@endsection