@extends('layouts.app')
@section('title', 'Permissions')
@push('stylesheets')
@include('partials.filter-card-styles')
@include('partials.index-datatable-styles')
@endpush
@section('contents')
@empty
{{ $data->id ?? '-' }}
{{ $data->description ?? '-' }}
{{ $data->created_at->format('d M Y') }}
@endforelse
No permissions found.