{{ $service->name }}
{!! strlen(strip_tags($service->content)) > 80 ? mb_substr(strip_tags($service->content), 0, 80, 'UTF-8') . '...' : strip_tags($service->content) !!}
@if ($service->detail_page == 1) @endif@extends('user-front.layout')
@section('tab-title')
{{ $keywords['Home'] ?? 'Home' }}
@endsection
@php
Config::set('app.timezone', $userBs->timezoneinfo->timezone);
@endphp
@section('meta-description', !empty($userSeo) ? $userSeo->home_meta_description : '')
@section('meta-keywords', !empty($userSeo) ? $userSeo->home_meta_keywords : '')
@section('content')
{!! nl2br($home_text->about_content) !!} {!! nl2br($work_process->text) !!}This is the Featured Services section
This is the Intro/About section
@else
@if (!empty($home_text->about_title))
{{ $home_text->about_title }}
@endif
{{ $home_text->about_subtitle ?? null }}
@endif
This is the Work Process section
@else
@isset($home_text->work_process_section_title)
{{ $home_text->work_process_section_title }}
@endisset
{{ $home_text->work_process_section_subtitle ?? null }}
@endif
{{ $work_process->title }}
@if (!empty($work_process->text))
This is the Team section
@else
@isset($home_text->team_section_title)
{{ $home_text->team_section_title }}
@endisset
{{ $home_text->team_section_subtitle ?? null }}
@endif
{{ convertUtf8($team->name) }}
{{ convertUtf8($team->rank) }}