@extends('landing.layouts.app') @section('title') {{ __('messages.web_home.about_us') }} @endsection @section('page_css') {{-- --}} {{-- --}} @endsection @section('content')

{{ __('messages.web_home.about_us') }}

HMS-Sass

{{ $landingAboutUs['text_main'] }}

{{ $landingAboutUs['card_one_text'] }}

{!! $landingAboutUs['card_one_text_secondary'] !!}

{{ $landingAboutUs['card_two_text'] }}

{!! $landingAboutUs['card_two_text_secondary'] !!}

{{ $landingAboutUs['card_three_text'] }}

{!! $landingAboutUs['card_three_text_secondary'] !!}

built-seo

{{ $sectionFour['card_text_one'] }}

{!! $sectionFour['card_text_one_secondary'] !!}

hospital-profile

{{ $sectionFour['card_text_two'] }}

{!! $sectionFour['card_text_two_secondary'] !!}

online-appointment

{{ $sectionFour['card_text_three'] }}

{!! $sectionFour['card_text_three_secondary'] !!}

articles

{{ $sectionFour['card_text_four'] }}

{!! $sectionFour['card_text_four_secondary'] !!}

HMS-Sass-about
@include('landing.home.count_section')
about-question
@foreach($faqs as $faq)

{!! $faq->answer !!}

@endforeach
@if(getLoggedInUser() == null || !getLoggedInUser()->hasRole('Super Admin')) @include('landing.home.pricing_plan_page', ['screenFrom' => Route::currentRouteName()]) @endif @include('landing.home.subscribe_section') {{ Form::hidden('getLoggedInUserdata', getLoggedInUser(), ['class' => 'getLoggedInUser']) }} {{ Form::hidden('logInUrl', url('login'), ['class' => 'logInUrl']) }} {{ Form::hidden('fromPricing', true, ['class' => 'fromPricing']) }} {{ Form::hidden('makePaymentURL', route('purchase-subscription'), ['class' => 'makePaymentURL']) }} {{ Form::hidden('subscribeText', __('messages.subscription_pricing_plans.choose_plan'), ['class' => 'subscribeText']) }} {{ Form::hidden('toastData', json_encode(session('toast-data')), ['class' => 'toastData']) }}
@endsection @section('page_scripts') {{-- --}} @endsection @section('scripts') {{-- --}} {{-- --}} {{-- --}} @endsection