@extends('layouts.app') @section('content')

Permissions


Create New Permission:

{{ csrf_field() }}

List of Permissions
@php $counter =0 ; @endphp @foreach ($permissions as $perm) @php $counter +=1 ; @endphp @endforeach
# Permission Name
{{$counter}} {{$perm->name}}
@endsection