Moyens de Livraison

@php $serviceapp=new App\ServiceShipping(); @endphp @foreach($services as $service) @endforeach
Logo Type Nom Pays Téléphone Email Adresse Status Actions
{{$service->type}} {{$service->name}} @php $serv= $serviceapp->country($service->country); @endphp @if($serv!=null) {{$serv->name}} @endif {{$service->tel}} {{$service->email}} {{$service->adress}} @if($service->status) Actif @else Inactif @endif