@php use App\MemberListingModel; $memberInstance = new MemberListingModel(); use App\jobModel; $jobModelInstance = new jobModel(); $employment_type = $jobModelInstance->get_employment_type(); $options = explode(',',$employment_type->field_options); use App\MasterModel; $master_instance = new MasterModel(); @endphp