@extends('layouts/gnr_layout') @section('title', '| House Owner Info') @section('content') @php use App\gnr\GnrBranch; @endphp @php $foreignHouseOwnerIds = DB::table('acc_adv_register')->distinct()->pluck('houseOwnerId')->toArray(); @endphp