@extends('admin::curd.index') @section('heading') {!! trans('user::user.user.name') !!} {!! trans('cms.manage') !!} {!! trans('user::user.user.names') !!} @stop @section('title') {!! trans('user::user.user.names') !!} @stop @section('breadcrumb') @stop @section('entry')
@stop @section('tools')

All @foreach(User::roles() as $role) {{ ucfirst($role->name) }} @endforeach

@stop @section('content')
{!! trans('user::user.user.label.name')!!} {!! trans('user::user.user.label.email')!!} {!! trans('user::user.user.label.sex')!!} {!! trans('user::user.user.label.designation')!!}
@stop @section('script') @stop @section('style') @stop