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

All Permissions

All Permissions

Add New Permission

Following is the list of all the permissions.

@foreach($permissions as $k => $permission) @endforeach
S.No Name Slug Added On Action

{{ $k + 1 }}

{{ $permission->name }} {{ $permission->slug }}

{{ get_date($permission->created_on) }}

@endsection @section('page-scripts') @include('admin.partials.datatable') @endsection