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

Add Group

{!! csrf_field() !!}
@if ($errors->has('group_name')) {{ $errors->first('group_name') }} @endif
@if ($errors->has('status')) {{ $errors->first('status') }} @endif


@include('group_contact.shared.create_required_person')
@include('group_contact.list')
@endsection