{!! Form::open(['url' => action('\Modules\Partners\Http\Controllers\FinalAccountController@store'),'id'=>'addnew', 'method' => 'post' ]) !!}
{!! Form::label('profite','Value of Distributed Profit:') !!}
{!! Form::text('profite', null, ['class' => 'form-control decimal', 'required', 'placeholder' =>'Total Value' ]); !!}
{!! Form::label('sharenumber','Total Number of Shares : ') !!}
{!! Form::text('sharenumber', $totalshare, ['class' => 'form-control', 'readonly', 'placeholder' =>'' ]); !!}
{!! Form::label('shareval','Share Value :') !!}
{!! Form::text('shareval', null, ['class' => 'form-control', 'readonly', 'placeholder' =>'' ]); !!}
{!! Form::label('notes','Notes: ') !!}
{!! Form::text('notes', null, ['class' => 'form-control' ]); !!}