@extends('layouts.wrap') @section('title', $group->group.' Ayarlar') @section('_content')

{{ $group->group }} Ayarlar

@if(Session::has('success'))
Değişiklikler başarıyla kaydedildi.
@endif @if(Session::has('error'))
Hatalı parametre
@endif
@foreach($group->options as $option)
{{ Option::renderForm($option) }}
@endforeach
@stop