@extends('layouts.master-auth') @section('title') Confirm Password @endsection @section('content')
@csrf
@error('password') {{ $message }} @enderror
@endsection