@extends('st::layouts.app') @section('head')
@endsection @section('content')
Home
Pages
Form Page
User
{{csrf_field()}}
Username
Email
Password
User Roll
User Type
Guest
Employee
Customer
Supplier
USA OFFiCE
Select Guest
@if(Auth::user()->can('st_system_user_add'))
Save
@endif
@endsection @section('script') @endsection