@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 @include('frontend.include.header')

Structural Integration Resources posted by Members

@include('frontend.include.footer')