@php use App\MemberListingModel; $memberInstance = new MemberListingModel(); use App\MasterModel; $master_instance = new MasterModel(); use App\DashboardModel; $dashboardModelInstance = new DashboardModel(); @endphp @php $api_key = $dashboardModelInstance->get_API_key(); @endphp