@extends('layouts.admin') @section('content')
Gestion des transporteurs
Gérer la liste des transporteurs pour la livraison| ID | Nom | Logo | Transport gratuit | Actions |
|---|---|---|---|---|
| {{ $transporteur->id }} | {{ $transporteur->nom }} | @if($transporteur->logo){!! Html::image('plugins/vente/img/' . $transporteur->id . "/" . $transporteur->logo, "", array('width' => 100)) !!}@endif | @if($transporteur->gratuit)check_circle@endif |