@extends('layouts.app') @section('title', 'Editar Comerciante') @section('content')

Editar Comerciante: {{ $comerciante->full_name }}

Voltar
@include('admin.mercado.comerciantes.partials.form', [ 'formAction' => route('mercado.comerciantes.update', $comerciante), 'method' => 'PUT', 'submitText' => 'Atualizar Comerciante', 'comerciante' => $comerciante ])
@endsection @push('styles') @endpush @push('scripts') @endpush