@extends('shop.layouts.app') @section('content')
@csrf

Choose Your Package

@{{ package.name }}
{{-- end packege selection --}}

Choose Dates

@{{ activeDate() }}
Default Tiffin

@{{ dish.title }}

@{{ option.title }}

Salad and Pickle are complimentarly included in the packages

Add ons

Total

@{{ addon.category }}-

{{-- --}}

$@{{ addon_product.total }}

Total

$@{{ serialised_addons.sub_total ?? 0.00 }}

{{-- end middle --}}
Selected Dates
@{{ dates.date }}
Your Cart
Pckage
@{{ selected.package.days }} days $@{{ parseFloat(selected.package.price).toFixed(2) }}

Addon
Total $@{{ calculateGrandTotal() }}
@endsection @push('js') {{-- --}} @endpush @push('css') @endpush