@extends('layouts.app') @section('title','Integrações') @section('content') @php $mercadoPago=$integrations->get('mercado_pago'); $sicoob=$integrations->get('sicoob'); $testLabel=fn($integration)=>!$integration?->last_tested_at?'Não testado':($integration->last_test_status==='ok'?'Teste OK':'Falha no teste'); @endphp