@extends('layouts.app') @section('content')
{{!empty($branding_page) ? ($data->branding_title ?? '') : '' }}

{{!empty($branding_page) ? ($data->branding_head ?? '') : '' }}

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

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

Our Portfolio

@foreach($portfolios as $portfolio)
@if(is_null($portfolio->main_link)) @else @endif
@endforeach
{{!empty($branding_page) ? ($data->package_title ?? '') : '' }}

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

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

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

@include("front.partials.testamonials") {{--
Testimonials
--}} {{--

Our Clients Us

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

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

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

{{-- --}}
@endsection