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

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

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

image

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

{{-- Feature section Start Here --}} @include('web.components.feature') {{-- Pricing Plan --}} @include('web.components.plan') @endsection