@extends('layouts.app') @section('pagetitle') @stop @section('title')

เพิ่มข้อมูลผู้ใช้งานระบบ จัดการข้อมูลสมาชิก

@stop @section('content')
{{ csrf_field() }}
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('username')) {{ $errors->first('username') }} @endif
@if ($errors->has('password')) {{ $errors->first('password') }} @endif
@stop