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

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

HMS-Sass
@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
@include('landing.home.subscribe_section') {{-- {{ Form::hidden('toastData', json_encode(session('toast-data')), ['class' => 'toastData']) }}--}}
@endsection @section('page_scripts') {{-- --}} @endsection @section('scripts') {{-- --}} {{----}} {{-- --}} {{-- --}} @endsection