@include('dashboard.pages.partials.sub_packages.add_form')

{{__('pages.sub_package')}}
@foreach($tour['sub_packages'] as $key => $feature) @endforeach
{{__('pages.id')}} {{__('pages.package')}} {{__('pages.start_month')}} {{__('pages.end_month')}} {{__('pages.actions')}}
{{ $feature['id'] }} {{ $feature['package']['title'] }} {{ get_months()[$feature['start_month']] }} {{ get_months()[$feature['end_month']] }}
@push('js_scripts') @endpush