@extends('layouts.app') @section('title','Permissions') @section('content')

Permissions

Add New
@foreach($permissions as $permission) @endforeach
# Name Group Name Action
{{$loop->index+1}} {{$permission->p_name}} {{$permission->g_name}}
@endsection @push('js') @endpush