@extends('inner_layout') @section('title') {{ config('app.name', __('Forgot Password')) }} @endsection @section('frontend_content')

{{ __('Forgot Password') }}

@csrf
@endsection