Multi line text in modalDescription

hi, i have a modal with this code
->modalDescription(fn (Repair $record) => __('customer.quote_description',['quote' => $record->calculateQuote($record).app(InvoiceSettings::class)->currency. ($record->customer->customer_type == 'Business' ? __('invoice.vat') : ''), 'item' => $record->item->name, 'brand' => $record->brand->name, 'model' => $record->item->model, 'serial_number' => $record->serial_number, 'repair_note' => $record->repair_note, 'diagnosis' => $record->diagnosis]))

it works but i need repair_note and diagnosis in new lines.
is it possible? html tags are not converted.
Was this page helpful?