@extends('layouts.smartadmin.main') @section('title') @lang('Create') • @lang('Users') @endsection @section('content')

@lang('Create User')

@include('users._user-form')
@endsection