@extends('layouts.app') @section('title') USER REGISTRATION VIEW @endsection @section('button') Back @endsection @section('content')
@csrf
@php $item = json_decode($user->role_ids); @endphp
@php $roleIds = json_decode($user->role_ids, true); $roles = \App\Models\Role::whereIn('id', $roleIds)->get(); @endphp
is_active == "yes") checked @endif>
@endsection