@extends('../../layouts/partials/header') {{-- @extends('adminlte::page') --}} @section('title', 'Contactos BMW') @section('content_header')
| ID | Principal | Activo | Acciones | |
|---|---|---|---|---|
| {{ $c->id }} | {{ $c->email }} | @if($c->principal) TO @else BCC @endif | @if($c->flag_activo) Activo @else Inactivo @endif | ✏️ Editar 📧 Probar Correo |