@extends('layouts.app') @section('content') @php error_reporting(0); @endphp

Permissions

Permissions

@php($count = 1) @foreach ($perms as $perm) @endforeach
# Permission
{{ $count++ }} {{ $perm->name }}
@endsection