@foreach($permissions as $key => $data) @endforeach
# Permission Name Created
{{$key + 1}}
{{$data->name}}
{{$data->created_at->DiffForHumans()}}