@extends('layouts.master') @section('title', __('My Profile')) @push('styles') @endpush @section('breadcrumb-text')

{{__('My Profile')}}

@endsection @section('content')
@include('frontend.profile.profile')
@include('frontend.profile.company-information')
@include('frontend.profile.change-login-password')

{{__('Preferences') }}

{{ __('Customise your dashboard by selecting the preferred position for action buttons.')}}

 
@endsection @push('scripts') @endpush