@extends('layouts.admin') @section('content')
@foreach($groups as $groupKey=>$groupName) @endforeach
{{ $groupName }} Settings
@endsection