@extends('plantilla.main') @section('scripts') @endsection @section('title',"Agregar Ciudad") @section('contenido_title',"Catálogo de ciudad") @section('contenido')

Actualizar Ciudad "{{$ciudad->DXCIUDAD}}"

{{ csrf_field() }} {{ method_field('PUT') }}
{!! $errors->first('pais','
:message
') !!}
Loading...
{!! $errors->first('estado','
:message
') !!}
{!! $errors->first('ciudad','
:message
') !!}
@endsection @section('endscript') @endsection