@extends('plantilla.main') @section('scripts') @endsection @section('title',"Agregar País") @section('contenido_title',"Catálogo de Paises") @section('contenido')

Agregar País

{{ csrf_field() }}
{!! $errors->first('pais','
:message
') !!}
@endsection