@extends('layouts.admin') @section('content')

Edit User

Edit User - {{ $user->name }}

Go Back to User List
@csrf @method('PUT')
@include('includes.errors')
@foreach($categories as $category)
id, (array) json_decode($user->category ?? '[]'))) checked @endif>
@endforeach
@endsection