diff --git a/resources/views/backend/user/appointments.blade.php b/resources/views/backend/user/appointments.blade.php
index f042c49b..0ad5ca9f 100644
--- a/resources/views/backend/user/appointments.blade.php
+++ b/resources/views/backend/user/appointments.blade.php
@@ -24,7 +24,9 @@
# |
User Info |
+ @if ($appointments->first()?->expertProfile)
Appointment With |
+ @endif
Date & Time |
Status |
Location |
diff --git a/resources/views/frontend/pages/industries/industries.blade.php b/resources/views/frontend/pages/industries/industries.blade.php
index dbd5d9dc..10a110f9 100644
--- a/resources/views/frontend/pages/industries/industries.blade.php
+++ b/resources/views/frontend/pages/industries/industries.blade.php
@@ -3,6 +3,99 @@
$appointments = getRecords('appointments');
@endphp
@extends('frontend.layouts.app')
+@push('customCss')
+
+@endpush
@section('main')
@@ -62,7 +155,7 @@ class="text-center text-muted">{{ $sub->description }}
{{-- Patner section is starting --}}
@foreach ($partners as $partner)