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

{{!empty($mobile) ? ($data->mobile_head ?? '') : '' }}

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

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

Our Portfolio

@foreach($portfolios as $portfolio)
@if(is_null($portfolio->main_link)) @else @endif
@endforeach

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

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

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

Our Clients Us

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

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

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

{{-- --}}
@endsection