@extends('layouts.app') @section('content')
{{trans('lang.user_plural')}}
|
{{trans('lang.user_desc')}}
{{trans('lang.dashboard')}}
{{trans('lang.user_plural')}}
{{trans('lang.user_table')}}
{{trans('lang.user_create')}}
@include('users.show_fields')
{{trans('lang.back')}}
@endsection