@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('toastData', json_encode(session('toast-data')), ['class' => 'toastData']) }}--}}
@endsection
@section('page_scripts')
{{-- --}}
@endsection
@section('scripts')
{{-- --}}
{{----}}
{{-- --}}
{{-- --}}
@endsection