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

{{ $sectionTwo['text_main'] }}

{{ $sectionTwo['text_secondary'] }}

schedule appointment

{{ $sectionTwo['card_one_text'] }}

{{ html_entity_decode($sectionTwo['card_one_text_secondary']) }}

OPD Management

{{ $sectionTwo['card_two_text'] }}

{{ html_entity_decode($sectionTwo['card_two_text_secondary']) }}

IPD Management

{{ $sectionTwo['card_third_text'] }}

{{ html_entity_decode($sectionTwo['card_third_text_secondary']) }}

{{ $sectionThree['text_main'] }}

{{ $sectionThree['text_secondary'] }}

{{ $sectionThree['text_one'] }}

{{ $sectionThree['text_two'] }}

@if(!empty($sectionThree['text_three']))

{{$sectionThree['text_three']}}

@endif @if(isset($sectionThree['text_four']))

{{$sectionThree['text_four']}}

@endif @if(isset($sectionThree['text_five']))

{{$sectionThree['text_five']}}

@endif
@include('landing.home.grow_hospital_section') @include('landing.home.count_section') {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--

{{ __('messages.our_hospitals') }}

--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{-- @foreach($hospitals as $hospital)--}} {{-- --}} {{-- @endforeach--}} {{--
--}} {{--
--}} {{--
--}} {{-- {{ $hospitals->links() }}--}} {{-- --}}{{-- --}} {{--
--}} {{--
--}} {{--
--}} @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