@extends('layouts.main-layout') @section('title') Assign permissions to UserTypes | Dashboard @endsection @section('content')

User Permissions

@foreach($permissions as $permission) @endforeach
# Permission Name
{{$loop->index + 1}} {{$permission->Name}}
@csrf

@endsection @section('js') @endsection