@extends('frontend.counselor-dashboard.layouts.master') @section('dashboard-contents')

{{ __('Settings') }}

@include('frontend.counselor-dashboard.profile.sections.profile') @include('frontend.counselor-dashboard.profile.sections.biography') @include('frontend.counselor-dashboard.profile.sections.password') @include('frontend.counselor-dashboard.profile.sections.education-and-experience') @include('frontend.counselor-dashboard.profile.sections.location') @include('frontend.counselor-dashboard.profile.sections.social')
@endsection