@extends('landing.layouts.app')
@section('title')
{{ __('messages.services') }}
@endsection
@section('page_css')
{{-- --}}
{{-- --}}
{{-- --}}
{{-- --}}
@endsection
@section('content')
@include('landing.home.grow_hospital_section')
@foreach($serviceSlider as $image)
@endforeach
@if(getLoggedInUser() == null || !getLoggedInUser()->hasRole('Super Admin'))
@include('landing.home.pricing_plan_page', ['screenFrom' => Route::currentRouteName()])
@endif
@foreach($testimonials as $testimonial)
{!! $testimonial->description !!}
{{Str::limit($testimonial->name, 20)}}
{{Str::limit($testimonial->position, 20)}}
{!! ($testimonial->description) !!}
@endforeach
@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