@extends('layouts.backendTemplate') @section('content')
@include('uc.admin.breadcrumb', [ 'title' => 'User Edit', 'pageName' => 'Edit', 'pageParent' => 'Users Management', 'pageParentLink' => url('user'), ])

Profile Picture

@if ($userView->image_url && $userView->image_name)
@else
@endif
Set the profile picture. Only *.png, *.jpg and *.jpeg image files are accepted
{{-- Active --}}

Active

@if (Session::has('messageSuccess'))
@include('uc/messageSuccess')
@endif @if (Session::has('messageFail'))
@include('uc/messageFail')
@endif

Overview

role == 0) checked @endif data-gtm-form-interact-field-id="1">
role == 1) checked @endif data-gtm-form-interact-field-id="1">
role == 2) checked @endif data-gtm-form-interact-field-id="1">
Cancel
@stop @section('script') @endsection