@extends('layouts.main') @section('title') System Matrix | User @endsection @section('menu') {!! $menu !!} @endsection @section('content')
@if($user_id != "") @endif @csrf
@foreach($roles as $result)
where('role_id', $result->id)) != 0) checked="checked" @endif @endif >
@endforeach
 
@endsection @section('page-script') @endsection