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

Cadastrar Nova Integração

{{csrf_field()}}
@if($errors->has('usuario')) @foreach($errors->get('usuario') as $e) {{$e}} @endforeach @endif
@if($errors->has('ipacesso')) @foreach($errors->get('ipacesso') as $e) {{$e}} @endforeach @endif
@endsection