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

Verificar Información

@if ($errors->has('address')) {{ $errors->first('address') }} @endif
@include('modals.messageModal') @include('modals.confirmModal') @endsection