@extends('frontend.theme_2.app') @section('title', __('Profile') . ' || ' . $companyName) @push('styles') @endpush @section('content')
@include('frontend.pages.customer.sidemenu')

{{ __('Profile') }}


{{ __('basic_information') }}
user
{{ __('change_image') }}
{{__('image_size_note')}}
{{ __('address_information') }}
@endsection @push('plugins') @endpush @push('scripts') @endpush