{{ __('Name') . ': ' }}{{ !empty($vendorInfo['name']) ? $vendorInfo['name'] : $vendorInfo['username'] }}
{{ __('Email') . ': ' }}{{ $vendor->email }}
{{ __('Price') }}: {{ $symbol_positon == 'left' ? $symbol : '' }}{{ $featured->amount }}{{ $symbol_positon == 'right' ? $symbol : '' }}
{{ __('Method') }}: {{ $featured->payment_method }}
{{ __('Service Title') }}: @if (!empty($content)) {{ !empty($content) ? truncateString($content->name, 40) : '-' }} @else {{ '-' }} @endif
{{ __('Start Date') }}: @if ($featured->start_date == null) {{ __('Never Activated') }} @else {{ \Carbon\Carbon::parse($featured->start_date)->formatLocalized('%e %B %Y') }} @endif
{{ __('Expire Date') }}: @if ($featured->end_date == null) {{ __('Never Activated') }} @else {{ \Carbon\Carbon::parse($featured->end_date)->formatLocalized('%e %B %Y') }} @endif