@extends('layouts.cliente_layout') @section('title', 'Nuevo tikect') @section('body-class', 'acta-reunion') @section('content')
@csrf
@error('descripcion_quill')
{{ $message }}
@enderror
@endsection @section('scripts') @parent @endsection