@extends('layouts.app') @section('content')
@include('front.partials.portfolio') {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--

Our Portfolio

--}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{-- @foreach($portfolio_websites as $portfolio_website)--}} {{--
--}} {{--
--}} {{-- @if(is_null($portfolio_website->main_link))--}} {{-- --}} {{-- --}} {{-- @else--}} {{-- --}} {{-- --}} {{-- --}} {{-- @endif--}} {{-- --}} {{-- --}} {{--
--}} {{--
--}} {{-- @endforeach--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{-- @foreach($portfolio_brandings as $portfolio_branding)--}} {{--
--}} {{--
--}} {{-- @if(is_null($portfolio_branding->main_link))--}} {{-- --}} {{-- --}} {{-- --}} {{-- @else--}} {{-- --}} {{-- --}} {{-- --}} {{-- @endif--}} {{--
--}} {{--
--}} {{-- @endforeach--}} {{--
--}} {{--
--}} {{-- --}} {{--
--}} {{--
--}} {{-- @foreach($portfolio_animations as $portfolio_animation)--}} {{--
--}} {{--
--}} {{-- @if(is_null($portfolio_animation->main_link))--}} {{-- --}} {{-- --}} {{-- --}} {{-- @else--}} {{-- --}} {{-- --}} {{-- --}} {{-- @endif--}} {{--
--}} {{--
--}} {{-- @endforeach--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{-- @foreach($portfolio_nfts as $portfolio_nft)--}} {{--
--}} {{--
--}} {{-- @if(is_null($portfolio_nft->main_link))--}} {{-- --}} {{-- --}} {{-- --}} {{-- @else--}} {{-- --}} {{-- --}} {{-- --}} {{-- @endif--}} {{--
--}} {{--
--}} {{-- @endforeach--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{-- @foreach($portfolio_illustrations as $portfolio_illustration)--}} {{--
--}} {{--
--}} {{-- @if(is_null($portfolio_illustration->main_link))--}} {{-- --}} {{-- --}} {{-- --}} {{-- @else--}} {{-- --}} {{-- --}} {{-- --}} {{-- @endif--}} {{--
--}} {{--
--}} {{-- @endforeach--}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{--
--}}

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

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

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

Our Clients Us

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

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

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

{{-- --}}
@endsection