@extends('frontend.layouts.app') @section('title') Package-Details - {{ config('app.name') }} @endsection @section('content')
slider-img

{{ $package->package_name }}

{!! $package->package_description !!}

@if ($products)
@csrf
@foreach ($products as $pr) @if ($loop->iteration % 5 == 0)
@endif @endforeach
{{-- --}}
@endif
{{-- popup form --}}

Contact information

@csrf

Enquiry Notes *

@php $i = 0; @endphp
@foreach ($data as $val)
@foreach ($val['grids'] as $grid)
@if ($grid['grid_type'] == 1) {!! $grid['content'] !!} @else @if ($grid['link']) @endif @if ($grid['link']) @endif @endif
@endforeach
@php $i++; @endphp @endforeach
@endsection @push('after-scripts') @endpush