@extends($theme.'layouts.app') @section('title','Reset Password') @section('content')

@lang('Reset Password')

@if (session('status')) @endif
@csrf @error('token') @enderror
@endsection