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

Cadastrar Nova Ura

{{csrf_field()}} @include(getenv("THEME") . '.Admin.uras._form')
Menu de Opções da URA {{-- --}}
{{-- --}}
@if(count($ramais) > 0) @endif @if(count($filas) > 0) @endif @if(count($uras) > 0) @endif @if(count($horarios) > 0) @endif
Ramal:
Grupo de Ramais:
URA:
Funções internas:
Regras de Horário:
@endsection