@extends('adminlte::page') @section('title', 'Edit User') @section('content_header')

Edit User

@endsection @section('content') @if($errors->any())
@endif
@csrf @method('PUT')
Used for WhatsApp sending. You can enter 0-leading local numbers; the system stores them as 62…
@foreach($roles as $role)
roles->contains('id', $role->id) ? 'checked' : '' }}>
@endforeach
@endsection