@extends(getenv("THEME") . '.layouts.argo') @section('content')

Atenção

Para o funcionamento deste item, é necessário a configuração do DialPlan (Entre em contato com o suporte)

Caso contrário, o ramal não irá conseguir realizar ligações

Novo Contexto

Lista de Contextos

@foreach($contextos as $value) @endforeach
Id Nome Contexto Status Ações
{{ $value->id }} {{ $value->name }} {{ $value->context }} {{ ($value->status == "active" ? "Ativo" : "Inativo") }} @if($value->id != 1) id)}}" title="Editar"> @if($value->status == "inactive") id)}}" title="Ativar"> @else id)}}" title="Inativar"> @endif @endif
@endsection