@extends('form.index') @section('title', 'Mínimo de compra.') @section('title-form', 'Mínimo de compra.') @section('route-form', route('minimo.update', $minimo->id)) @section('content-form') @method('PUT')
Por Cliente
@error('monto_minimo_compra')
*{{ $message }}
@enderror
Por Revendedor
@error('minimo_compra_revendedor')
*{{ $message }}
@enderror
@endsection