@php use App\MasterModel; use App\HomeModel; use App\blogModel; use App\DashboardModel; use App\MemberListingModel; $master_instance = new MasterModel(); $homeModelInstance = new HomeModel(); $blogModelInstance = new blogModel(); $dashboardModelInstance = new DashboardModel(); $memberInstance = new MemberListingModel(); $blog_data = $homeModelInstance->get_blogs(); @endphp @php $articles= $homeModelInstance->get_latest_articles_data() @endphp @if(count($articles)>0)

Practitioner Articles

Learn about the benefits of receiving Structural Integration.

{{-- @else

Sorry, not currently listed on Si-directory.com.

--}}
@endif @if(count($blog_data)>0)

Practitioner blog posts

{{-- @else

Sorry, not currently listed on Si-directory.com.

--}}
@endif @php $audio_data = $homeModelInstance->get_latest_audios_data(); @endphp @if(count($audio_data)>0)

Audio

Listen to pod casts or radio interviews with Structural Integration Practitioners and teachers.

{{-- @else

Sorry, not currently listed on Si-directory.com.

--}}
@endif @php $video_data = $homeModelInstance->get_latest_videos_data(); @endphp @if(count($video_data)>0)

Video

Ever wondered what it's like to have a session? Interested in Training in SI?

{{-- @else

Sorry, not currently listed on Si-directory.com.

--}}
@endif @php $latest_classified = $homeModelInstance->get_new_classified_data() @endphp @if(count($latest_classified)>0)

Practitioner Classified adverts

Last minute course offerings, volunteers wanted, etc

{{-- @else

Sorry, not currently listed on Si-directory.com.

--}}
@endif @php $latest_bookdvdselearning = $homeModelInstance->get_new_bookdvdselearning_data() @endphp @if(count($latest_bookdvdselearning)>0)

Books, Dvds & E Learning

{{-- @else

Sorry, not currently listed on Si-directory.com.

--}}
@endif @php $latest_equipments = $homeModelInstance->get_new_siequipments_data() @endphp @if(count($latest_equipments)>0)

Structural Integration Equipment for sale

@endif