@extends('frontend::layouts.master') @section('content') @if (!empty($about['detail']))
{!! $about['detail'] ?? '' !!}
@endif @if (!empty($about['core_value']))
{!! $about['core_value'] ?? '' !!}
@endif @if (!empty($about['timeline']))
{!! $about['timeline'] ?? '' !!}
@endif @if (!empty($about['our_clients']))
{!! $about['our_clients'] ?? '' !!}
@endif @if (!empty($about['gallery'][0]))

{{ __('frontend::lang.about.our_clients') }}

@endif @endsection