@extends('layouts.app') @section('breadcrumbs') @endsection @section('content')
| Name | Profiles | Status | Action |
|---|---|---|---|
| {{ $whitelist_entry->name }} | {{ $whitelist_entry->profiles->pluck('name')->implode(', ') }} | @if ($whitelist_entry->status) Enabled @else Disabled @endif | @can('update', $whitelist_entry)Edit@endcan |
No whitelist entries found.
@endif