@extends('layouts.fullLayoutMaster') @section('title','Reset Password') @section('content')

Reset your Password

@csrf
@error('email') {{ $message }} @enderror
@error('password') {{ $message }} @enderror
branding logo
@endsection