@extends('layout') @inject('carbon', 'Carbon\Carbon') @section('content')

Equipe & Accés

Gestion des utilisateurs

@include('shared.navbar')
Ajouter un nouveau utilisateur
{{ csrf_field() }}
@if ($errors->has('name'))
Ce champ est invalide!
@endif
@if ($errors->has('email')) @else @endif
@if ($errors->has('phone'))
Ce champ est invalide!
@endif
@if ($errors->has('password'))
Ce champ est invalide!
@endif
@foreach(Config::get('permissions.list') as $key => $value)
@endforeach
{{-- --}}
@endsection