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

{{ $sectionTwo['text_main'] }}

{{ $sectionTwo['text_secondary'] }}

{{ $sectionThree['text_main'] }}

{{ $sectionThree['text_secondary'] }}

  • {{ $sectionThree['text_one'] }}
  • {{ $sectionThree['text_two'] }}
  • {{ isset($sectionThree['text_three']) ? $sectionThree['text_three'] : '' }}
  • {{ isset($sectionThree['text_four']) ? $sectionThree['text_four'] : '' }}
  • {{ isset($sectionThree['text_five']) ? $sectionThree['text_five'] : '' }}
{{ __('messages.contact_us') }} {{ __('messages.web_home.sign_up') }}

{{ $sectionFour['text_main'] }}

{{ $sectionFour['text_secondary'] }}

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

@foreach($hospitals as $hospital) @endforeach
{{ $hospitals->links() }}
{{$sectionFive['card_one_number']}}
{{$sectionFive['card_one_text']}}
{{$sectionFive['card_two_number']}}
{{$sectionFive['card_two_text']}}
{{$sectionFive['card_three_number']}}
{{$sectionFive['card_three_text']}}
{{$sectionFive['card_four_number']}}
{{$sectionFive['card_four_text']}}
@if(getLoggedInUser() == null || !getLoggedInUser()->hasRole('Super Admin')) @include('landing.landing_pricing_plan.index', ['screenFrom' => Route::currentRouteName()]) @endif
@endsection @section('page_scripts') @endsection @section('scripts') @endsection