@extends('layout.padrao') @section('title', 'List - Destination Ports') @section('content')
| Operation | Register ID | Port Code | Port Name | Country | State | Type | Status | |
|---|---|---|---|---|---|---|---|---|
| @if(Auth::user()->checkCharacteristics(['1', '2', '3'])) @can('update', App\Usuario::class) @endcan @can('delete', App\Usuario::class) id}} data-toggle="modal" data-target="#delete" data-toggle="tooltip" data-placement="top" title="Delete"> @endcan @isset($extraActions) @foreach($extraActions as $extraAction) @if(isset($extraAction['department'])) @if($extraAction['department'] == Auth::user()->departamento) @endif @else @endif @endforeach @endisset @endif | {{ $item->id }} | {{ $item->code}} | {{ $item->place}} | {{ $item->country }} | {{ $item->state->descricao ?? '-'}} | {{ $item->type }} | @if ((!empty($item->status))&&$item->status == "Ativo") @else @endif |