@extends('layout.default') @if($mode == 'edit') @section('title', $L('Edit user')) @else @section('title', $L('Create user')) @endif @section('viewJsName', 'userform') @section('content')

@yield('title')

@if($mode == 'edit') @endif
{{ $L('A username is required') }}
{{ $L('Passwords do not match') }}
@stop