@extends('admin.include.main') @section('content')
| S.No | Module | Create | View | Update | Delete | Publish | Status | Action |
|---|---|---|---|---|---|---|---|---|
| {{$loop->index+1}} | {{$per->module}} | {{$per->create}} | {{$per->view}} | {{$per->update}} | {{$per->delete}} | {{$per->publish}} | @if ($per->status) @else @endif |