@extends('template')
@section('content')
Donínios de Blacklist
@if(routeAcess('admin.blacklists.create'))
Novo Dominio
@endif
Domínio |
Bloqueado ? |
|
@foreach($domains as $domain)
{{ $domain->dominio }} |
{{ $domain->bloqueado }} |
@if(routeAcess('admin.blacklists.edit'))
@endif
@if(routeAcess('admin.blacklists.remove'))
@endif
|
@endforeach
@stop()
@section('js-admin-plan')
@stop()