Invoice ID: {{ $package->id }}
Date: {{ now()->format('Y-m-d') }}
Package Name | Price | Listings | Validity | Start Date | End Date |
---|---|---|---|---|---|
{{ $package->package_name }} | ${{ $package->price }} | {{ $package->number_of_listing }} | {{ ucfirst($package->package_validity) }} | {{ $package->start_date }} | {{ $package->end_date }} |