@extends('layouts.seller') @section('title', 'Dashboard') @section('content')
Your business overview for {{ now()->format('l, F j, Y') }}
{{ auth()->user()->seller->is_active ? 'Your profile & products are visible to buyers on the platform.' : 'Your profile is hidden from buyers. Toggle to make it visible.' }}
Expires in {{ auth()->user()->seller->subscription->end_date->diffInDays(now()) }} days
@endif @elseUpgrade to unlock more features
@endif Upgrade Plan