From: {{ optional($price->startPoint)->name ?? 'Not specified' }}
{{-- Final Destination --}}To: @if($price->package->segments->count()) {{ optional($price->package->segments->last()->toLocation)->name }} @else Not specified @endif
{{-- Full Itinerary --}}Itinerary:
@if($price->package->segments->count())Not specified
@endif {{-- Bus Type --}}Bus Type: {{ optional($price->busType)->name }}
{{-- Price --}}Price: ₹{{ number_format($price->price, 2) }}
{{-- Booking Button --}}No packages found for selected criteria.
@endif