@extends('landing.layouts.app')
@section('title')
{{ __('messages.web_home.home') }}
@endsection
@section('page_css')
@endsection
@section('content')
{{ $sectionTwo['text_main'] }}
{{ $sectionTwo['text_secondary'] }}
{{ $sectionTwo['card_one_text'] }}
{{ $sectionTwo['card_one_text_secondary'] }}
{{ $sectionTwo['card_two_text'] }}
{{ $sectionTwo['card_two_text_secondary'] }}
{{ $sectionTwo['card_third_text'] }}
{{ $sectionTwo['card_third_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'] }}
{{ $sectionFour['card_text_one'] }}
{{ $sectionFour['card_text_one_secondary'] }}
{{ $sectionFour['card_text_two'] }}
{{ $sectionFour['card_text_two_secondary'] }}
{{ $sectionFour['card_text_three'] }}
{{ $sectionFour['card_text_three_secondary'] }}
{!! $sectionFour['card_text_four'] !!}
{{ $sectionFour['card_text_four_secondary'] }}
{{ $sectionFour['card_text_five'] }}
{{ $sectionFour['card_text_five_secondary'] }}
{{ $sectionFour['card_text_six'] }}
{{ $sectionFour['card_text_six_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