@extends('adminlte::page') @section('title', 'Configuración de Documentos de Cotización') @section('content_header')

Configuración de Documentos de Cotización

@stop @section('content') @if(session('success')) @endif @if ($errors->any()) @endif
Editar Configuración
@csrf @method('PUT')
Puede usar HTML para formatear el texto. Ejemplo: <ul><li>Texto</li></ul>
Puede usar HTML para formatear el texto. Ejemplo: <ul><li>Texto</li></ul>
Cancelar
Información

Nota: Esta configuración se aplicará a todas las cotizaciones que se generen.

Formato HTML permitido: Puede usar etiquetas HTML básicas como: <ul>, <li>, <strong>, <em>, etc.

@stop @section('css') @stop @section('js') @stop