@extends('frontend.layouts.main') @section('main-container') @section('styles') @endsection {{ $package->package_name }} {{ $package->package_name }} Duration: {{ $package->duration }} Days price: {{ number_format($package->total_package_price) }}-{{ $package->packageCategory->currency }} Availability: {{ $package->status=='active' ? 'Available' : 'Not-Available' }} @if ($package->status=='active') Proceed to Booking @endif About Package {!! $package->description !!} @endsection