@extends('layouts.main') @section('content') @include('partials.breadcrumb', ['breadcrumbTitle' => 'Edit User', 'parentUrl' => '/users', 'parentTitle' => 'Users'])
{{csrf_field()}}
@include('partials.error') @include('partials.error-message')
last_name }}" readonly="readonly">
@if ($userType == 'Super User') @else @include('partials.dropdowns.user-roles', ['selected_id' => $user->user_type_id] ) @endif
@if ($userType != 'Super User')
@endif

Assets ({{$user->assets->count()}})

@include('users.assets-in-user')
@stop @section('help-links') @include('help.help-links',['helpLink'=>config('help-links.help_links.users'),'helpTitle'=>config('help-links.help_titles.users')]) @endsection @section('after_scripts') @include('users.scripts.filter') @stop