@if(auth()->user()->userGroup && auth()->user()->hasPermission('create group')) + Create Group @endif

Groups

@foreach($data as $key => $group) @php // Check if the subscription is still valid $created = Carbon\Carbon::parse($group->created_at); @endphp
# Group view Created
{{$key +1}} {{$group->name}} View Hotels