@extends('layouts.includes.agent.app') @section('content')
{{ __('Agent Reset Password') }}
@csrf
@error('email') {{ $message }} @enderror
@endsection