@extends('layouts.argo') @section('content')

Atualizar URA

@method(' PUT') {{csrf_field()}} @include('Admin.uras._form')
Menu de Opções da URA {{-- --}}
@php $a = 1 ; @endphp @foreach($opcoes as $opcao)
@if(count($uras) > 0) @endif @if(count($horarios) > 0) @endif
redir == "R" ? "checked" : "" }} value="R"> Ramal:
redir == "Q" ? "checked" : "" }} value="Q"> Grupo de Ramais:
redir == "U" ? "checked" : "" }} value="U"> URA:
redir == "F" ? "checked" : "" }} value="F"> Funções internas:
redir == "H" ? "checked" : "" }} value="H"> Regras de Horário:
@php $a ++; @endphp @endforeach
@endsection