@extends('admin.layout') @section('title') Update System Users@endsection @section('content')
{{ $user->username }}
@csrf @method('PUT')
@foreach ($permissions as $section => $permission) @endforeach
Module/Permissions View Create Edit Delete
{{ ucfirst($section) }}
@endsection