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

Permissions

Add Permission @foreach($permissions as $p) @endforeach
Name Actions
{{ $p->name }} Edit
@csrf @method('DELETE')
@endsection