@extends('backend.master') @section('title', 'Permissions') @section('content')
@can('role_view')
Roles
@endcan
@if (env('APP_ENV') == 'local')
@csrf

@endif
@if (env('APP_ENV') == 'local') @endif @foreach ($permissions as $data) @if (env('APP_ENV') == 'local') @endif @endforeach
Name SlugActions
{{ snakeToTitle($data->name) }} {{ $data->name }}
@endsection