@extends('landing::layouts.web.master') @section('title') {{ __('About Us') }} @endsection @section('main_content')
{{ Str::words($page_data['headings']['about_short_title'] ?? '', 3, '...') }}

{{ Str::words($page_data['headings']['about_title'] ?? '', 10, '...') }}

{{ $page_data['headings']['about_desc_one'] ?? '' }}

{{ $page_data['headings']['about_desc_two'] ?? '' }}

    @foreach ($page_data['headings']['about_us_options_text'] ?? [] as $key => $about_us_options_text)
  • {{ $about_us_options_text ?? '' }}
  • @endforeach
image
@endsection