@extends('layouts.default') @section('title') Participant Setup @endsection @section('header-style') @endsection @section('content')

Edit Group

{!! csrf_field() !!} @method('PUT')
@if ($errors->has('group_name')) {{ $errors->first('group_name') }} @endif
@if ($errors->has('status')) {{ $errors->first('status') }} @endif
@include('group_contact.shared.edit_required_person')
  Cancel
@include('group_contact.list')
@endsection