@extends('frontend.layouts.app') @section('title', @$data['title']) @section('content') @if (@$data['homeContent']) @foreach ($data['homeContent'] as $key => $item) @if (@$key == 0)
@elseif ($key == 1)
{{ @$item->contents['slogan'] }}
{{ @$item->contents['description'] }}
{!! Str::limit(strip_tags(@$service->description), 100) !!}
{!! Str::limit(strip_tags(@$item->description), 100) !!}
What we have done so far
{!! Str::limit(strip_tags(@$item->description), 50) !!}
{{ _trans('frontend.Start Your New Project') }}