@extends('dev.layout') @section('content')
@php $arr = explode(" ", @optional($home)->trans('home_title'), 2); @endphp

{{@$arr[0]}} {{@$arr[1]}}

{{ @optional($home)->trans('home_sub_title')}}

@foreach ($icon->where('section','Home') as $item) @endforeach

{{@optional($home)->trans('intro_content')}}

intro_more??'#'}}>@lang('header.more')
About Hmaserv

@lang('header.our_services')

@php $isLeft =\App::getLocale()=='en'?true:false; @endphp @foreach ($ourServices as $item) @php $arr = explode(" ", $item->trans('service_title'), 2); if($isLeft){$st=1;$sec=2;}else {$st=2;$sec=1;} @endphp

{{@$arr[0]}} {{@$arr[1]}}

{{$item->trans('service_content')}}

{{$item->service_platforms}}
@foreach ($icon->where('section',$item->service_title_en) as $ico) @endforeach
Web Development
@php $isLeft = !$isLeft; @endphp @endforeach
@lang('header.clients')
@foreach ($clients->where('service_type','Web Development') as $item) @endforeach
@foreach ($clients->where('service_type','Mobile Development') as $item) @endforeach
@foreach ($clients->where('service_type','Design') as $item) @endforeach

@lang('header.do_you_need')@lang('header.project')

@lang('header.contact_us_now')

@csrf
@endsection