@extends('layouts.main') @section('content')
first(); ?> @if(isset($pageSlider)) @if(file_exists(public_path('uploads/pagesImage/thumbnail/'.$pageSlider->page_image)) && $pageSlider->page_image) @else @endif @else @endif
{!! Helper::getWebSetting('year_count') !!}+
Years Experience
Oorja Technologies
About Us

Why People Choose Us

@if(isset($aboutData->page_description)) {!! $aboutData->page_description !!} @endif
Read Out Our Latest Services

Our Service

@if(count($serviceList) > 0) @foreach($serviceList as $services)
@if(file_exists(public_path('uploads/serviceImage/thumbnail/'.$services->s_image)) && $services->s_image) {{ $services->service_name }} @else {{ $services->service_name }} @endif

{{ substr($services->short_desc, 0, 80).'...' }}

Read Details
@endforeach @endif
{!! Helper::getWebSetting('project_count') !!}+
Successful Project
{!! Helper::getWebSetting('partners_count') !!}+
Partners
{!! Helper::getWebSetting('year_count') !!}+
Year of Experience
{!! Helper::getWebSetting('client_count') !!}+
Total Client
Our Services Area

Industries We Serve

@if(count($industriesList) > 0) @foreach($industriesList as $indstry)
@if(file_exists(public_path('uploads/industriesImage/'.$indstry->image)) && $indstry->image) @else {{ $indstry->name }} @endif
{{ $indstry->name }}
@endforeach @endif
Testimonials

What Our Customer Says

@if(count($testimonialList) > 0) @foreach($testimonialList as $testimonial)
@if(file_exists(public_path('uploads/testimonialImage/'.$testimonial->user_pic)) && $testimonial->user_pic) Oorja Technologies @else Oorja Technologies @endif
{{ $testimonial->username }}
{{ $testimonial->user_role }}

{{ substr($testimonial->description, 0, 140).'...' }}

@endforeach @endif
@stop @section('footer_script') @stop