@extends('admin.layout.master') @section('content')

Create User

{{ csrf_field() }}
@if($errors->has('username'))
{{ $errors->first('username') }}
@endif
@if($errors->has('email'))
{{ $errors->first('email') }}
@endif
@stop()