@php $profile = auth()->user()->profile; @endphp @extends("seller.profile") @section('content') {{--
# | Plan Name | Ad Limit | Price | Image Limit | Duration (Days) | Action |
---|---|---|---|---|---|---|
{{ $index + 1 }} | {{ $membership->name }} | {{ $membership->ad_limit }} | ${{ number_format($membership->price, 2) }} | {{ $membership->image_limit }} | {{ $membership->duration_days }} | Purchase Plan |