@extends('layouts.contentLayoutMaster')
@section('title', 'Agent Profile')
@section('content')
Agent Profile
{{-- Update Profile Information --}}
{{-- Update Password --}}
@include('profile.partials.update-password-form', ['buttonClass' => 'btn btn-success'])
{{-- Delete Account --}}
@include('profile.partials.delete-user-form', ['buttonClass' => 'btn btn-success'])
@endsection