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

Cadastrar Novo Tronco

{{csrf_field()}} {{--
@if($errors->has('host')) @foreach($errors->get('host') as $e) {{$e}} @endforeach @endif
@if($errors->has('defaultuser')) @foreach($errors->get('defaultuser') as $e) {{$e}} @endforeach @endif
@if($errors->has('alias_name')) @foreach($errors->get('alias_name') as $e) {{$e}} @endforeach @endif
@if($errors->has('secret')) @foreach($errors->get('secret') as $e) {{$e}} @endforeach @endif
@if($errors->has('ttronco')) @foreach($errors->get('ttronco') as $e) {{$e}} @endforeach @endif
@if($errors->has('register')) @foreach($errors->get('register') as $e) {{$e}} @endforeach @endif
@if($errors->has('ativo')) @foreach($errors->get('ativo') as $e) {{$e}} @endforeach @endif
@if($errors->has('techprefix')) @foreach($errors->get('techprefix') as $e) {{$e}} @endforeach @endif
@if($errors->has('contact')) @foreach($errors->get('contact') as $e) {{$e}} @endforeach @endif
--}} @include('Admin.trunks._form')
@endsection