@extends('layouts.frontend') @section('content') {{-- Hero carousel: brand slide followed by the featured projects --}} {{-- Value highlights --}}
Why Uttdy IT

Business-focused delivery, support and documentation.

Industries

Retail, restaurant, education, health, manufacturing and more.

Process

Discover, build, deploy and support your solution.

@if($services->count())

Featured Services

Software built around the way your business already works.

All services →
@foreach($services as $service)
@if($service->image) {{ $service->title }} @else
{{ mb_strtoupper(mb_substr($service->title, 0, 1)) }}
@endif

{{ $service->title }}

@if($service->short_description)

{{ $service->short_description }}

@endif Learn more →
@endforeach
@endif @if($portfolios->count())

Featured Work

Projects we designed, developed and shipped.

All projects →
@foreach($portfolios as $portfolio)
@if($portfolio->image) {{ $portfolio->title }} @else
{{ mb_strtoupper(mb_substr($portfolio->title, 0, 1)) }}
@endif @if($portfolio->category) {{ $portfolio->category }} @endif

{{ $portfolio->title }}

@if($portfolio->short_description)

{{ $portfolio->short_description }}

@endif View project →
@endforeach
@endif {{-- Closing call to action --}}

Have a project in mind?

Tell us about your business and we will suggest the right solution.

Get a free consultation
@endsection @push('scripts') @endpush