@php
use Carbon\Carbon;
// Ensure $startDate and $endDate are Carbon instances
$startDate = Carbon::parse($startDate);
$endDate = Carbon::parse($endDate);
// Calculate the difference in days
$daysDifference = $endDate->diffInDays($startDate);
$bill = auth()->user()->billing;
@endphp
You have {{ $daysDifference }} days of
free trial left.
If you feel you need more time,please speak to our customer support.
Select a plan to subscribe to Tiqktes
@foreach ($price as $pri)
{{ $pri->name }}
@if ($pri->price == '')
Custom Pricing
@else
${{ $pri->price }} / year
@endif
@foreach ($PriceandPlan as $plan)
@if ($plan->plan_id == $pri->id)
@foreach ($plansname as $plansnam)
@if ($plan->Specification_id == $plansnam->id)
{{ $plansnam->name }}
@endif
@endforeach
@endif
@endforeach
@endforeach
Other ways to pay
Invoice based payment is also available. To pay with an invoice, please contact us