@extends('layouts/microfin_layout') @section('title', '| Samity Configuration') @section('content')
Samity Configuration
{!! Form::open(array('url' => '', 'role' => 'form','class' => 'form-horizontal form-groups')) !!}
{!! Form::label('maximum member per samity', 'Maximum Member Per Samity:', ['class' => 'col-sm-3 control-label samity']) !!}
{!! Form::text('maximumMemberPerSamity',$damageData['configurationData']['maximumMemberPerSamity'], ['class' => 'form-control samity', 'id' => 'maximumMemberPerSamity', 'type' => 'text']) !!}
{!! Form::submit('Submit', ['id' => 'submit', 'class' => 'btn btn-info']) !!} Close
{!! Form::close() !!}
@endsection