@extends('layouts.app') @section('content')

{{!empty($home) ? ($data->banner_title1 ?? '') : ''}}
{{!empty($home) ? ($data->banner_title2 ?? '') : ''}}

    {{--
  • --}}
@include('front.partials.portfolio')
{{!empty($home) ? ($data->about_title ?? '') : ''}}

{{!empty($home) ? ($data->about_content ?? '') : ''}}

{!! !empty($home) ? ($data->about_image_content ?? '') : '' !!}
{{!empty($home) ? ($data->service_title ?? '') : ''}}

{{!empty($home) ? ($data->service_heading1 ?? '') : ''}}
{{!empty($home) ? ($data->service_heading2 ?? '') : ''}}

{!! ($logo->category) ?? '' !!}

{!! $logo->description ?? '' !!}

Read More >>

{!! $website->category ?? '' !!}

{!! $website->description ?? '' !!}

Read More >>

{!! $branding->category ?? '' !!}

{!! $branding->description ?? '' !!}

Read More >>

{!! $animation->category ?? ''!!}

{!! $animation->description ?? '' !!}

Read More >>
@if(!empty($nft)){

{!! $nft->category ?? ''!!}

{!! $nft->description ?? '' !!}

Read More >>
} @else{

{!! $branding->category ?? '' !!}

{!! $branding->description ?? '' !!}

Read More >>
} @endif

{!! $mobile->category ?? '' !!}

{!! $mobile->description ?? '' !!}

Read More >>
@include('front.partials.pricing')

{{!empty($home) ? ($data->reliable_heading1 ?? '') : ''}}
{{!empty($home) ? ($data->reliable_heading2 ?? '') : ''}}

{{!empty($home) ? ($data->think_title ?? '') : ''}}

{!! !empty($home) ? ($data->think_heading1 ?? '') : '' !!} {!! !empty($home) ? ($data->think_heading2 ?? '') : '' !!}
{!! !empty($home) ? ($data->think_heading3 ?? '') : '' !!}

{!! !empty($home) ? ($data->think_content ?? '') : '' !!}

{!! !empty($home) ? ($data->idea_heading1 ?? '') : '' !!} {!! !empty($home) ? ($data->idea_heading2 ?? '') : '' !!} {!! !empty($home) ? ($data->idea_heading3 ?? '') : '' !!}

{!! !empty($home) ? ($data->idea_content ?? '') : '' !!}
{{!empty($home) ? ($data->digital_title ?? '') : ''}}

{{!empty($home) ? ($data->digital_heading ?? '') : ''}}

{!! !empty($home) ? ($data->digital_content1 ?? '') : '' !!}
{!! !empty($home) ? ($data->digital_content2 ?? '') : '' !!}
{!! !empty($home) ? ($data->digital_content3 ?? '') : '' !!}
{!! !empty($home) ? ($data->contact_title ?? '') : '' !!}

{!! !empty($home) ? ($data->contact_heading1 ?? '') : '' !!}
{!! !empty($home) ? ($data->contact_heading2 ?? '') : '' !!}

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

@endsection @section('script') @if(session()->has('message')) @endif @if(session()->has('discount')) @endif @if(session()->has('error')) @endif @if(session()->has('contact')) @endif @endsection