@extends('layouts.comercio') @section('title','Nuevo comercio') @section('content')

Crear comercio

@include('comercios._form', [ 'action' => route('comercios.store'), 'method' => 'POST' ]) @endsection