@extends('frontend.layouts.navBar')
@section('content')
{{$promotion ->titre}}
{!! html_entity_decode($promotion ->description) !!}
{{$promotion->remise}}
- Date: {{$promotion->debut}}->{{$promotion->fin}}
- {!! html_entity_decode($promotion->description)!!}
{{--
Share --}}
{{-- @foreach($contacts as $contact)
@if($contact->coorType_id == 6)
@elseif($contact->coorType_id == 8)
@elseif($contact->coorType_id == 7)
@endif
@endforeach --}}
@endsection