{{ __('Show Listing') }}

@section('content')

Upgrade Plan

@if (session('error'))
{{ session('error') }}
@endif
@csrf @if($listing->type == 2 && $listing->transactionDetail->duration < 12)
@foreach($offerMembership as $plan) @if($listing->transactionDetail && $listing->transactionDetail->duration < $plan->day_month)
@endif @endforeach
@elseif($listing->type >= 5 && $listing->transactionDetail->duration <= 12) @if($listing->transactionDetail->duration < 12)
@foreach($silverMembership as $plan) @if($listing->transactionDetail && $listing->transactionDetail->duration < $plan->day_month)
@endif @endforeach
@endif
@foreach($goldMembership as $plan)
@endforeach
@foreach($platinumMembership as $plan)
@endforeach
@elseif($listing->type >= 4 && $listing->transactionDetail->duration <= 12) @if($listing->transactionDetail->duration < 12)
@foreach($goldMembership as $plan) @if($listing->transactionDetail && $listing->transactionDetail->duration < $plan->day_month)
@endif @endforeach
@endif
@foreach($platinumMembership as $plan)
@endforeach
@elseif($listing->type >= 3 && $listing->transactionDetail->duration < 12)
@foreach($platinumMembership as $plan) @if($listing->transactionDetail && $listing->transactionDetail->duration < $plan->day_month)
@endif @endforeach
@else You Already Use Most Upgraded Plan. @endif
@endsection @push('js') @endpush @section('js') @endsection