@foreach($rl as $k=>$r) {{$k+1}} {{Str::limit($r['name'],20,'...')}} @if($r['modules']!=null) @foreach((array)json_decode($r['modules']) as $key=>$m) {{str_replace('_',' ',$m)}}, @endforeach @endif {{date('d-M-y',strtotime($r['created_at']))}} {{-- {{$r->status?'Active':'Inactive'}} --}}
@csrf @method('delete')
@endforeach