@extends('layouts.layout') @section('title', 'Add Chit Group') @section('content')
{!! Form::open(['route' => ['groups.store'],'enctype' => 'multipart/form-data' ]) !!} @include('chit.form')
{!! Form::close() !!}
@endsection