@extends('layouts.app') @section('content')

{{-- @if(!empty($selectedUserId))
Showing KYC slots for selected user only. Show all
@endif --}}
KYC Slot List
# User Slot Date Meeting Assigned Admin Status Created At Action
@php $shouldOpenRescheduleModal = old('open_reschedule_modal') === '1' && $errors->any(); $shouldOpenRejectModal = old('open_reject_modal') === '1' && $errors->any(); @endphp @if($shouldOpenRescheduleModal) @endif @if($shouldOpenRejectModal) @endif @endsection