@extends('frontend::layouts.master') @section('content')
{!! $about['detail'] ?? '' !!}
{!! $about['text'] ?? '' !!}
@if (!empty($services['list']))
@if (!empty($services['dt']))

{!! $services['dt']['name'] ?? '' !!}

{!! $services['dt']['detail'] ?? '' !!}
@endif
@foreach ($services['list'] as $ls)
@if (!empty($ls['image'])) @endif

{!! $ls['name'] ?? '' !!}

{!! $ls['desc'] ?? '' !!}

@endforeach
@endif @endsection