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

Cadastrar Número para Blacklist

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