@extends('layouts.app') @section('breadcrumbs') @endsection @section('content')
| Name | Description | Action |
|---|---|---|
| {{ $whitelist_profile->name }} | {{ \Illuminate\Support\Str::limit($whitelist_profile->description, 200, $end='...') }} | @can('view', $whitelist_profile)View@endcan @can('update', $whitelist_profile)Edit@endcan |
No whitelist profiles found.
@endif