@php $setting = \App\Models\Setting::first(); $ourPresence = \App\Models\OurPresence::where('status', 1)->get(); @endphp