@foreach ($signs as $sign) @endforeach
{{ __('Nom') }} {{ __('Type') }} {{ __('Mail') }} {{ __('Actif') }}
{!! $sign->name !!} {!! $sign->role !!} {!! $sign->email !!} @if ($sign->use_active==1) @endif