@extends('layouts.contentLayoutMaster') @section('title', 'Client Profile') @section('content')

Client Profile

{{-- Update Profile Information --}}
Update Profile Information
@csrf @method('patch')
{{-- Update Password --}}
Update Password
@include('profile.partials.update-password-form', ['buttonClass' => 'btn btn-success'])
{{-- Delete Account --}}
Delete Account
@include('profile.partials.delete-user-form', ['buttonClass' => 'btn btn-success'])
@endsection