@extends('frontend::layouts.master') @section('title') @section('style') @endsection @section('content')
{{ __('frontend.about_us') }}
{{ !empty($about['name']) ? $about['name'] : '' }}
{!! !empty($about['description']) ? $about['description'] : '' !!}
{!! !empty($about['description_2']) ? $about['description_2'] : '' !!}

{!! !empty($about['description_3']) ? $about['description_3'] : '' !!} {{--
Alternate Text Alternate Text

there are branches representatives in every country in the world, so customers can be confident that when you use our services.

Alternate Text Alternate Text

there are branches representatives in every country in the world, so customers can be confident that when you use our services.

--}}
Alternate Text
@endsection @section('script') @endsection