@extends('frontend::layouts.master') @section('style') @endsection @section('content') {{ __('frontend.about_us') }} {{ __('frontend.home') }} / {{ __('frontend.about_us') }} {!! !empty($about['title_name']) ? $about['title_name'] : '' !!} @empty(!$about['image_on']) @endempty {!! !empty($about['description']) ? $about['description'] : '' !!} {!! !empty($about['description_lower']) ? $about['description_lower'] : '' !!} @empty(!$about['image_center']) @endempty @empty(!$about['image_lower']) @endempty {!! !empty($about['description_lower_2']) ? $about['description_lower_2'] : '' !!} @endsection @section('script') @endsection