@if(session('msg_success'))
{{ Form::open(['url' => 'updatehealthinfo', 'class' => 'form-horizontal', 'method' => 'post', 'files'=>true]) }}
@endif
@if(session('msg_update'))
@endif
@if(session('msg_delete'))
@endif
{{ Form::label('member', 'Select Member', array('class' =>' col-sm-2 col-md-2 col-lg-2')) }}
{{ Form::label('date', 'Assessment Date', array('class' =>' col-sm-2 col-md-2 col-lg-2')) }}
{{ Form::label('targetweight', 'Target Weight', array('class' =>' col-sm-2 col-md-2 col-lg-2')) }}
{{ Form::label('Goal', 'Goal', array('class' =>' col-sm-2 col-md-2 col-lg-2')) }}
{{ Form::label('naration', 'Narration', array('class' =>' col-sm-2 col-md-2 col-lg-2')) }}
SL | Code | Name | Details | @foreach($healthcod as $value)
---|---|---|---|
{{ $sl++ }} | {{ $value->gcod }} | {{ $value->gdesc }} |
{{ Form::submit('Save', array('class' => 'btn btn-success btn-sm')) }}
{{ Form::close() }}