@extends('frontend.provider.app') @push('styles') @endpush @section('content')
@include('provider.partials.sidebar')

{{__('profile_settings')}}

{{__('profile_picture')}}
user
{{ __('change_image') }}
{{(__('image_size_note'))}}
{{__('general_information')}}
{{__('address_information')}}
@if (Auth::check() && Auth::user()->sub_service_type == 'company')
{{__('company_information')}}
user
{{ __('change_image') }}
{{__('image_size_note')}}
@endif
{{__('account_information')}}
@endsection