@extends('master.app') @section('title', 'Permission Details') @section('body')
Permission Details
ID {{ $perm->id }}
Name {{ $perm->name }}
Guard {{ $perm->guard_name }}
Created At {{ $perm->created_at }}
Updated At {{ $perm->updated_at }}
@csrf @method('DELETE')
@endsection