@extends('layouts.argo') @section('content')
@can('whiteList.create') Novo Ip @endcan

Ips em WhiteList

@foreach($not_ready_list as $r) @if ($r->action == 'add') @else @endif @endforeach @foreach($ready_list as $r) @if ($r->action == 'add') @else @endif @endforeach
Id IP ACTION READY Obs Ações
{{$r->id}} {{$r->ip}}AdicionarRemoverAguardando {{$r->obs}} {{-- @if ($r->action == 'add') Deletar @endif --}}
{{$r->id}} {{$r->ip}}AdicionarRemoverLido {{$r->obs}} @if ($r->action == 'add') @can('whiteList.delete') Deletar @endcan @endif
@endsection