@extends('layouts.app') @section('content')

{{trans('lang.user_plural')}}|{{trans('lang.user_desc')}}

@include('users.show_fields')
@endsection