@extends('layouts.frontlayout') @section('content') @php use App\Models\User\Products; @endphp

{{ $planType == 'renew' ? 'Renew' : 'Update' }} Your Listing

...
{{ csrf_field() }}
@if($perDayPlan && $perDayPlan->toArray() && (!$user->membership_id || strtotime($user->membership_expire) < strtotime(date('Y-m-d')) )) @endif @if($memberships && $memberships->toArray()) @endif
...
...
@endsection