@extends('layouts.backend') @section('css_after') @endsection @section('js_after') @endsection @section('content')

EDIT GROUP

@csrf
@if ($errors->has('group_name')) @endif
@if ($errors->has('age_min')) @endif
@if ($errors->has('age_max')) @endif
@if ($errors->has('investment_periods_id')) @endif
@foreach($group->qusetionOptions as $key => $val)
@if($key==0) Add More @else Remove @endif
@endforeach
@endsection