@include('dashboard.Boutique.global.globalCss') @yield('css') @include('facebook-pixel::head') @include('facebook-pixel::body')
{{$annonce->type}}

{{$annonce->title}}

@php $meta_model=new \App\Users_meta(); $picture=$meta_model->get_user_field($annonce->user->id,'profil_picture'); @endphp
   {{$annonce->user->last_name}} {{$annonce->user->first_name}} @if(isset($annonce->profil_annonceur->profession))({{$annonce->profil_annonceur->profession}}) @endif
{{$annonce->couverture=='international' ? 'Internationnal' : 'Uniquement '.$annonce->pays->name}} {{$annonce->metier->intitule_metier}}

@if(isset($annonce->date_limit)) (urgent pour : {{date("d-m-Y",strtotime($annonce->date_limit))}})

@endif

{{Illuminate\Support\Str::limit($annonce->description,200)}}

Publié le : {{date("d-m-Y",strtotime($annonce->created_at))}} | Pays de publication : {{$annonce->pays->name}}

Contacter par : whatsapp Appel

Dans le meme secteur :

@foreach($annonces as $annonce) @php $meta_model=new \App\Users_meta(); $picture=$meta_model->get_user_field($annonce->user->id,'profil_picture'); @endphp
   {{$annonce->user->last_name}} {{$annonce->user->first_name}}
{{$annonce->couverture=='international' ? 'Internationnal' : 'Uniquement '.$annonce->pays->name}} {{$annonce->type}} {{$annonce->metier->intitule_metier}}

{{$annonce->title}} @if(isset($annonce->date_limit)) (urgent pour : {{date("d-m-Y",strtotime($annonce->date_limit))}})

@endif

{{Illuminate\Support\Str::limit($annonce->description,100)}}

Publié le : {{date("d-m-Y",strtotime($annonce->created_at))}} | Pays de publication : {{$annonce->pays->name}}


@endforeach
@include('dashboard.Boutique.global.globalBody') @include('dashboard.Boutique.global.globalJs') @include('dashboard.Boutique.Boutique_template.script')