@@ -24,7 +24,7 @@
|
||||
<div id="kt_app_content_container" class="app-container container-xxl">
|
||||
<div class="row max-w-100 mt-10 index_table">
|
||||
<div class="top_header d-flex justify-content-between">
|
||||
<p class='fs-2 fw-bold'>Manage User Product</p>
|
||||
<p class='fs-2 fw-bold'>Manage User Productss</p>
|
||||
<div class="table_right_options d-flex align-items-center">
|
||||
<a class="action_icon" href="{{ route('store-user-product') }}">
|
||||
<button type="button" class="btn btn-light-primary me-3">
|
||||
@@ -191,6 +191,15 @@
|
||||
<td class="min-w-75px w-150px align-top">
|
||||
{{ $data->created_at->format('d/m/Y H:i:s') }}</td>
|
||||
<!--begin::Action=-->
|
||||
@php
|
||||
if($data && $data->companies && $data->companies->company_name)
|
||||
{
|
||||
$companyName = $data->companies->company_name;
|
||||
}else{
|
||||
$companyName = '';
|
||||
}
|
||||
@endphp
|
||||
|
||||
<td class="text-end d-flex align-items-center justify-content-around">
|
||||
<a class="action_icon" data-id="{{ $data->id }}"
|
||||
data-invester-name="{{ $data->investor->name }}"
|
||||
@@ -198,7 +207,7 @@
|
||||
data-users-categories="{{ $data->categories }}"
|
||||
data-custom-id="{{ $data->custom_id }}"
|
||||
data-pan="{{ $data->pan }}"
|
||||
data-investment-platform="{{ $data->companies->company_name }}"
|
||||
data-investment-platform="{{ $companyName }}"
|
||||
data-product-name="{{ $data->product_name }}"
|
||||
data-product-category="{{ $data->product_category }}"
|
||||
data-counter-party="{{ $data->counter_party }}"
|
||||
|
||||
Reference in New Issue
Block a user