@php $pending_kycs = \App\Models\Kyc::where('status', \App\Models\Kyc::pending)->get(); @endphp