@extends('admin.auth.app') @section('title') {{ __('Login') }} @endsection @section('content')
@csrf
@if (app()->isLocal() && app()->hasDebugModeEnabled()) @else @endif
@if (app()->isLocal() && app()->hasDebugModeEnabled()) @else @endif
{{ __('Forgot Password?') }}
@endsection