{{$header['tableTitle']}}

@foreach($modules as $module) @php $moduleLinks = DB::table('sa_org_mlinks') ->where('sa_org_mlinks.SA_MODULE_ID','=', $module->MODULE_ID) ->where('sa_org_mlinks.ACTIVE_STATUS',1) ->where('sa_org_mlinks.link_position', '=', 'L') ->get(); @endphp @foreach($moduleLinks as $moduleLink) @endforeach @endforeach
Module Name Create Update Status
{{$module->MODULE_NAME}}
{{$moduleLink->SA_MLINK_NAME}}