@extends('layouts.web.master') @section('title') {{ __('About Us') }} @endsection @section('main_content') {{-- ================= ABOUT SECTION ================= --}}
{{ $page_data['headings']['about_short_title'] ?? '' }}

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

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

About Image

{{ $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