@extends('layouts.seller') @section('title', 'Company Profile') @section('content')
Manage your company details and documents
{{ $seller->category->name ?? 'Uncategorized' }}
@if($seller->subscription && $seller->subscription->plan)Your account is scheduled for permanent deletion. @php $months = \App\Models\Setting::getValue('seller_retention_period', 3); $deletionDate = \Carbon\Carbon::parse($seller->delete_requested_at)->addMonths((int)$months)->format('d M Y'); @endphp It will be deleted on {{ $deletionDate }}.
Deleting your account will hide your profile and products from buyers. You can restore your account within 3 months. After 3 months, your data will be permanently deleted.
@endif