@extends('backend.layouts.master') @section('title') Destinataires de la campagne @endsection @section('css') @endsection @section('body')
@endsection @section('content')| # | Utilisateur | Actions | |
|---|---|---|---|
| {{ $recipient->id }} | {{ $recipient->user?->firstname ?? '-' }} | {{ $recipient->email }} | |
| Aucun destinataire trouvé. | |||