| Alias |
Nome |
Simultaneidade |
Contexto |
Template Sip
|
Ações |
@if ($errors->has("call_limit") || $errors->has("context") || $errors->has("templateSip"))
@if ($errors->has("call_limit"))
@foreach ($errors->get("call_limit") as $e)
{{ $e }}
@endforeach
@endif
@if ($errors->has("context"))
@foreach ($errors->get("context") as $e)
{{ $e }}
@endforeach
@endif
@if ($errors->has("templateSip"))
@foreach ($errors->get("templateSip") as $e)
{{ $e }}
@endforeach
@endif
@endif
@foreach($ramais as $ramal)
@endforeach