@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 $api_key = $dashboardModelInstance->get_API_key(); @endphp