@extends('layouts.backend.app') @section("content")
@if(Session::has('success'))

{{Session::get('success')}}

@endif @if(Session::has('error'))

{{Session::get('error')}}

@endif

Tous les espaces persos

Nouveau @foreach($users_space as $k=>$user) @endforeach
# Nom Contact/Login Date enregistrement Action
{{ ++$k }} {{ $user->name }} {{ $user->phone_number }} {{ date('d/m/Y h:i:s', strtotime($user->created_at)) }}
@endsection @section('header-script')