@extends('layouts.web.master') @section('title') {{ __('About Us') }} @endsection @section('main_content') {{ __('Home') }} > {{ __('About Us') }} {{-- About Code Start --}} {{ $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 $key => $about_us_options_text) {{ $about_us_options_text ?? '' }} @endforeach {{-- Feature section Start Here --}} @include('web.components.feature') {{-- Pricing Plan --}} @include('web.components.plan') @endsection
{{ __('Home') }} > {{ __('About Us') }}
{{ $page_data['headings']['about_desc_one'] ?? '' }}
{{ $page_data['headings']['about_desc_two'] ?? '' }}