@extends('dashboard.partials.master') @section('title') Edit User @endsection @section('css') @endsection @section('content') Edit User Home Users Edit User @csrf @method('PUT') Username Email Password (Optional) Confirm Password (Optional) User Status status == 1 ? 'selected' : '' }}>Active status == 0 ? 'selected' : '' }}>Inactive User Role Select role @foreach ($roles as $role) roles->first()->name == $role->name ? 'selected' : '' }}> {{ $role->name }} @endforeach Assign Brain(s) @foreach ($brains as $brain) id, $user->brains->pluck('id')->toArray()) ? 'selected' : '' }}> {{ $brain->name }} @endforeach Update {{-- Loading... --}} @endsection @push('js') @endpush