@extends('frontend.layouts.main') @section('main-container') @section('styles') @endsection

{{ $package->package_name }}

{{ $package->packageCategory->location }}

{{ $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') @endif

About Package

{!! $package->description !!}
@endsection