@php
$title = $blade_data['title'];
$routeLink = $blade_data['routesLink'];
@endphp
@extends('user.layouts.app')
@section('page-title', $title)
@section('breadcrumb')
<div id="comment-pc"></div>
<script>
var lr_pc_config = {
app: {{ $form_data->rand_id }},
page: {
url: PAGE_URL, // Replace PAGE_URL with your page's canonical URL variable
identifier: PAGE_ID, // Replace PAGE_ID with your page's unique identifier variable
}
};
</script>
<script src="{{ url('/') }}/widgets/embed.js"></script>