@extends('layouts.dashboard') @section('page_title', 'MY PROFILE') @section('content')

Profile Settings

Back
Update Profile
@csrf @method('PUT')
Change Password
@csrf @method('PUT')
@push('scripts') @endpush @endsection