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

Cadastrar IP em Whitelist

{{csrf_field()}}
@if($errors->has('ip_type')) @foreach($errors->get('ip_type') as $e)

{{$e}}

@endforeach @endif
{{--
@if($errors->has('action')) @foreach($errors->get('action') as $e)

{{$e}}

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