@extends('layouts.app') @section('content')
@include('front.partials.pricing') {{--
--}} {{--
--}} {{--
{{!empty($pricing) ? ($data->package_title ?? '') : '' }}
--}} {{--

{{!empty($pricing) ? ($data->package_head1 ?? '') : '' }}
--}} {{-- {{!empty($pricing) ? ($data->package_head2 ?? '') : '' }}--}} {{--

--}} {{--
--}} {{-- --}} {{--
--}} {{--
--}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{--
--}} {{--
--}} {{--
--}}

{{!empty($pricing) ? ($data->idea_head1 ?? '') : '' }} {{!empty($pricing) ? ($data->idea_head2 ?? '') : '' }} {{!empty($pricing) ? ($data->idea_head3 ?? '') : '' }}

{!! !empty($pricing) ? (nl2br(e($data->idea_content)) ?? '') : '' !!}

{{!empty($pricing) ? ($data->testimonial_title ?? '') : '' }}
@include('front.partials.testamonials') {{--

Our Clients Us

--}} {{-- --}}
{{!empty($pricing) ? ($data->contact_title ?? '') : '' }}

{{!empty($pricing) ? ($data->contact_head1 ?? '') : '' }}
{{!empty($pricing) ? ($data->contact_head2 ?? '') : '' }}

{{!empty($pricing) ? ($data->contact_content ?? '') : '' }}

@endsection