@if (session()->has('message')) @endif

DSAR Type Management

Configure templates for privacy requests

@if($view === 'list') @can('dsars.types.create') @endcan @endif
@if($view === 'list')
@forelse($dsarTypes as $type) @empty @endforelse
Type Name Description Last Updated Actions
{{ $type->display_name }} {{ Str::limit($type->description, 50) }} {{ $type->updated_at->format('M d, Y') }} @can('dsars.types.edit') @endcan @can('dsars.types.delete') @endcan
No request types found.
@else @endif @push('styles') @endpush @push('scripts') @endpush