@extends('admin::curd.preview') @section('heading') @stop @section('title') @stop @section('breadcrumb') @stop @section('entry') @stop @section('tools') @stop @section('content')
@forelse($module as $key => $val) @empty @endif
Sr Name Permission Status
{{ @$key + 1 }} {{ $val->name }} {{ $val->permission }} {{ $val->status== 1 ? 'Active' : 'Inactive'}}
No Module Master
@stop