@extends('web.layouts.app') @section('content')
@if (env('APP_PROJECT') != 'Rouaa') @include('web.settings_menu') @endif

@lang('user.whatsapp_profile')

@if($business)
@csrf @method('PUT')
@if (!empty($profile['profile_picture_url'])) user-image @endif
@else

@lang('user.no_business')

@endif

@lang('user.note')

@lang('notes.settings_note')

@endsection @section('script') @endsection