@extends('layouts.wrap') @section('title', 'Ayarlar') @section('_content')

Ayarlar

@foreach($groups as $group) {{ $group->group }} {{ $group->options()->count() }} @endforeach
@stop