@extends('layouts.web.master') @section('title') {{ __('About Us') }} @endsection @section('main_content') {{ __('Home') }} > {{ __('About Us') }} {{-- ================= ABOUT SECTION ================= --}} {{ $page_data['headings']['about_short_title'] ?? '' }} {{ $page_data['headings']['about_title'] ?? '' }} {{ $page_data['headings']['about_desc_one'] ?? '' }} {{ $page_data['headings']['about_desc_two'] ?? '' }} @foreach ($page_data['headings']['about_us_options_text'] ?? [] as $about_us_options_text) {{ $about_us_options_text ?? '' }} @endforeach {{-- ================= FEATURE ================= --}} @include('web.components.feature') {{-- ================= PRICING ================= --}} @include('web.components.plan') {{-- ================= SIGNUP ================= --}} @include('web.components.signup') @endsection
{{ __('Home') }} > {{ __('About Us') }}
{{ $page_data['headings']['about_desc_one'] ?? '' }}
{{ $page_data['headings']['about_desc_two'] ?? '' }}