@extends('layouts.template') @section('content')
@if(session('msg_success')) @endif @if(session('msg_update')) @endif @if(session('msg_delete')) @endif
@if(isset($healthinfo)) @if(count($healthinfo)>0)
@php ($i = 1) @foreach($healthinfo as $healthinfoshow) @endforeach
SL Member Name Submission Date Target Weight Goal Print
{{ $i++}} {{ $healthinfoshow->first_name." ".$healthinfoshow->last_name }} {{ $healthinfoshow->assdate}} {{ $healthinfoshow->trgtweight}} {{ $healthinfoshow->goal}}
@endif @endif @if( !Request::is('migration')) @endif

@stop