@extends('layouts.app') @section('content') @include('incs.propeller') @include('incs.materialfont')
@include('incs.contentheader')
#
First Name
Last Name
Username
Email
Status
Actions
@if(\App\Models\Permission::canCreate(session('allUserAccesses')['users']))
Create User
Primary
touch_app
@endif
@endsection @section('script') @endsection