@csrf
Search
User Type
@foreach(Role::get() as $key =>$value)
{{ ucwords(str_replace('_', ' ', $value->name)) }}
@endforeach
Search
Clear