@extends('layouts.guest') @section('title', __('Reset Password')) @section('header', __('Reset Password')) @section('content')
@csrf
{{ __('Reset Password') }}
@endsection