@extends('template') @section('content')
Assuntos @if(routeAcess('admin.tickets.assunto.create')) Novo Assunto @endif
@foreach($assuntos as $assunto) @endforeach
Assunto Departamento SLA Status
{{ $assunto->assunto }} {{ $assunto->name }} {{ $assunto->hora_sla }} Hora(s) {{ getStatus($assunto->active) }} @if(routeAcess('admin.tickets.assunto.edit')) @endif @if(routeAcess('admin.tickets.assunto.remove')) @endif
@stop() @section('js-admin-plan') @stop()