@extends('admin.auth.app') @section('title') {{ __('Forgot Password') }} @endsection @section('content')

{{ __('Forgot Password') }}

@csrf
@endsection