@extends('layouts.master-without-nav') @section('title') Reset pw @endsection @section('body') @endsection @section('content')
@if ($notification = Session::get('error'))
{{ $notification }}
@endif @if ($notification = Session::get('success'))
{{ $notification }}
@endif
@csrf
@error('password') {{ $message }} @enderror
@section('script') @endsection