create(); Sanctum::actingAs($user); $response = $this->getJson('/api/attendance/admin/daily'); $response->assertStatus(200); } }