@extends('layouts.master') @section('title', 'Mes Entreprises') @section('content')
| # | Titre | Type | Domaine | Description | Infos Entreprise | Contact | Date publication |
|---|---|---|---|---|---|---|---|
| {{ $key + 1 }} | {{ $opportunite->titre }} | {{ $opportunite->type }} | {{ $opportunite->domaine }} | {{ Str::limit($opportunite->description, 80) }} | {{ Str::limit($opportunite->entreprise_info, 80) }} |
{{ $opportunite->point_contact }} 📧 {{ $opportunite->email }} 📞 {{ $opportunite->telephone }} |
{{ $opportunite->created_at->format('d/m/Y') }} |
| Aucune opportunité trouvée | |||||||