@include('layouts.partials.messages')
Name | Username | Roles | ||||
---|---|---|---|---|---|---|
{{ $user->name }} | {{ $user->email }} | {{ $user->username }} | @foreach($user->roles as $role) {{ $role->name }} @endforeach | Show | Edit | {!! Form::open(['method' => 'DELETE','route' => ['users.destroy', $user->id],'style'=>'display:inline']) !!} {!! Form::submit('Delete', ['class' => 'btn btn-danger btn-sm']) !!} {!! Form::close() !!} |
{!! $users->links() !!}