@extends('layouts.admin') @section('content-title') {{ __('Abonnement') }} @endsection @section('content-breadcrumbs') @endsection @section('css') @endsection @section('content')
# | {{ __('users.Name') }} | {{ __('abonnement.type') }} | {{ __('abonnement.etat') }} | {{ __('abonnement.date debut') }} | {{ __('abonnement.date fin') }} | |
---|---|---|---|---|---|---|
{{ $list->user->name }} | {{ $list->hasType->name }} | {{ $list->etat }} | {{ $list->date_start }} | {{ $list->date_end }} |