@extends('provider.provider') @section('content')
{{__('profile_settings')}}
{{__('profile_picture')}}
user

{{(__('image_size_note'))}}

{{__('general_information')}}
{{__('address_information')}}
@if (Auth::check() && Auth::user()->sub_service_type == 'company')
{{__('company_information')}}
user

{{__('image_size_note')}}

@endif
@endsection