@section('content')
@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.STATUS',1) ->where('sa_org_mlinks.link_position', '=', 'L') ->get(); @endphp @foreach($moduleLinks as $moduleLink) @php $moduleLinksCheck = DB::table('sa_uglw_mlink') ->where('sa_uglw_mlink.SA_MLINKS_ID', $moduleLink->SA_MLINKS_ID) ->where('sa_uglw_mlink.USERGRP_ID', $USERGRP_ID) ->where('sa_uglw_mlink.UG_LEVEL_ID', $UG_LEVEL_ID) ->first(); @endphp @endforeach @endforeach
Module Name Create Update Status
{{$module->MODULE_NAME}}
{{$moduleLink->SA_MLINK_NAME}}