@extends('template.'.\Setting::get('template', 'default').'.content.dashboard.app') @section('content')
{{ __('Reset Password') }}
@if (session('status')) @endif
@csrf
@error('email') {{ $message }} @enderror
@endsection