• {{ __('Admin') }}
  • {{ __('Groups') }}
  • Groups

    @foreach($groups as $group) @endforeach
    ID Name City
    {{$group->id}} {{$group->name}} @if($group->location) {{$group->location->name}} @if($group->location->city != $group->location->name) / {{$group->location->city}} @endif @else No Group Defined @endif