@extends('layouts.adminapp') @section('content')

{{$User->name}}

{{__('lng.Back')}} {{-- {{__('lng.Back')}} --}}
{{__('lng.AssignRoles')}}
@csrf
{{__('lng.RolesDetails')}}
@php $i=0; @endphp
{{-- --}} @foreach ($UserRoles as $UserRole) @endforeach
# {{__('lng.Role')}} {{__('lng.Action')}}{{__('lng.Action')}}
{{++$i}} {{$UserRole->Role->name}}
@csrf
@endsection