@extends('layouts.master') @section('title', 'Liste des Opportunités') @section('content')
| # | Type | Titre | Domaine | Pays | Contact | Date création | Document | Actions |
|---|---|---|---|---|---|---|---|---|
| {{ $key + 1 }} | {{ $opportunite->type }} | {{ $opportunite->titre }} | {{ $opportunite->domaine }} | {{ $opportunite->pays }} |
{{ $opportunite->point_contact }} 📧 {{ $opportunite->email }} 📞 {{ $opportunite->telephone }} |
{{ \Carbon\Carbon::parse($opportunite->created_at)->format('d/m/Y') }} | @if($opportunite->documents && $opportunite->documents->count()) @foreach($opportunite->documents as $doc) Voir fiche @endforeach @else Aucun document @endif | |
|
Aucune opportunité trouvée |
||||||||