@extends('layouts.app') @section('addhead') @endsection @section('content')
Faire un abonnement
@if (session('message')) @endif @if (session('success')) @endif
@csrf
@error('libelle') {{ $message }} @enderror
@error('debut_ab') {{ $message }} @enderror
@error('fin_ab') {{ $message }} @enderror
@if(isset($abons))
Liste des abonnements
@foreach($abons as $ab) @endforeach
Entreprise Telephone Debut Fin Modifier
{{$ab->name}} {{$ab->telephone}} {{date('d-m-Y', strtotime($ab->date_deb))}} @if($ab->date_fin < date('Y-m-d H:i:s')) @endif {{date('d-m-Y', strtotime($ab->date_fin))}}
@endif
@endsection @section('footerjs') @endsection