@extends('layouts.business') @section('title', 'Settings') @section('content')

Settings

Manage your business profile and preferences

@csrf @method('PUT')
Business Information
{{-- I want you to display here the notes about rejection or approval of the business account.--}} @if($business && $business->status == 'rejected')
Business Account Rejected

Your business account has been rejected for the following reason:

{{ $business->verification_notes }}

@endif @if($business && $business->status == 'pending')
Business Account Pending

Your business account is currently under review. You will be notified once the verification process is complete.

@endif @if($business && $business->status == 'verified') @endif
Logo
Social Media Links
Account Owner Information
@csrf @method('PUT')
Change Password
@csrf @method('PUT')
@csrf @method('PUT')
Language & Regional
@csrf @method('PUT')
Email Notifications
Push Notifications
Two-Factor Authentication

Add an extra layer of security to your account

Active Sessions
Chrome on Windows
Dubai, UAE • Last active: Just now
Current
Danger Zone

Once you delete your account, there is no going back. Please be certain.

@endsection