@extends('layouts/gnr_layout') @section('title', '| App Module List') @section('content')

APP MODULES LIST

{{ csrf_field() }} @foreach($app_modules as $ap_module) @endforeach
SN# Organization Name Module Code Action
{{ $SL }} {{ @$ap_module->company->name }} {{ $ap_module->name }} {{ $ap_module->modules->name }} {{ $ap_module->code }}
@include('dataTableScript') @endsection