@extends('layouts.dash')
@section('title') Utilisateur @stop
@section('content')
@if ($errors)
@foreach ($errors->all() as $error)
{!! $error !!}
@endforeach
@endif
{{ html()->modelForm($user_sel)->open() }}
@include("acces.users.content")
{{ html()->closeModelForm() }}
@endsection
@section('styles')
@stop
@section('scripts')
@stop
@section('scripts_end')
@stop