@extends('layouts.includes.agent.app') @section('content')
{{ __('Update Password') }}
@csrf
@error('password') {{ $message }} @endif
@endsection