@extends("myViews.backOffice.layout.backOfficeLayout") @section("page") Nos offres @endsection @section("pageIcon") @endsection @section("firstLevelLayoutBodyContent")
Nos offres
{{--
--}}
@foreach($_offers as $_of) @endforeach
Libellé Nature Disponible depuis le Autres Créée par
{{ $_of->of_wording}} @if($_of->of_type==$ofTypes["product"]["back"]) {{ $ofTypes[$_of->of_type]["front"] }} @elseif($_of->of_type==$ofTypes["service"]["back"]) {{ $ofTypes[$_of->of_type]["front"] }} @endif {{-- {{ $ofTypes[$_of->of_type]["front"] }}--}} {{ dateStrToFormattedDateTimeStrOrDash($_of->of_availableSince) }} {{ $_of->of_others }} {{ $_of->nomPers." ".$_of->prenPers }} $_of->of_id]) }}" class="btn btn-info btn-sm mr-1 mb-1" title="Intérêts client">
$_of->of_id]) }}" class="btn btn-warning btn-sm mr-1 mb-1" title="Modifier"> $_of->of_id]) }}" class="btn btn-danger btn-sm mr-1 mb-1 delete-row" data-row-name="{{ "l'offre «{$_of->of_wording}»" }}" title="Supprimer">
@endsection @section("pageJs") @endsection