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

{{ __('Settings') }}

@include('frontend.company-dashboard.profile.sections.profile') @include('frontend.company-dashboard.profile.sections.company') @include('frontend.company-dashboard.profile.sections.password') @include('frontend.company-dashboard.profile.sections.location') @include('frontend.company-dashboard.profile.sections.social')
@endsection