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

Editar Comercio

@if ($errors->any())
¡Ups! Hay errores en el formulario:

@endif
@csrf @method('PUT')
Cancelar
@endsection