@extends('layouts.app') @section('title', 'Mon compte') @section('main_title_wrapper')

Mes services

@endsection @section('home')
@if (session('success')) @endif @if (session('warning')) @endif @forelse ($services as $service) @empty @endforelse
{{ $service->titre }}
{{ \Carbon\Carbon::parse($service->pivot->created_at)->format('d M Y à H:m') }}
Pas de service
@if ($services)
{{ $services->links('vendor.pagination.pagination') }}
@endif
@endsection @section('css') @endsection