@php use App\MemberListingModel; $memberListingModelIntstance = new MemberListingModel(); use App\DashboardModel; $cls_details = new DashboardModel(); use App\MasterModel; $master_instance = new MasterModel(); $api_key = $cls_details->get_API_key(); @endphp @include('frontend.include.header'); @if(Session::has('review-submitted')) @endif