@extends('layouts.template') @section('content')
@if(session('msg_success')) @endif @if(session('msg_update')) @endif @if(session('msg_delete')) @endif
{{ Form::open(['url' => 'memberlaststatus', 'class' => 'form-horizontal', 'method' => 'post', 'files'=>true]) }}
{{ Form::label('member', 'Select Member', array('class' =>' col-sm-2 col-md-2 col-lg-2')) }}
{{ Form::submit('SEARCH', array('class' => 'btn btn-success btn-sm')) }}
{{ Form::close() }} @if(isset($memdetails)) @if(count($memdetails)>0) @foreach($memdetails as $memdetailsviw)
@if(empty($memdetailsviw->image)) @else image)}}" alt="" /> @endif





@endforeach @endif @endif @if(isset($lastpackage)) @if(count($lastpackage)>0)
Last package {{ $planname[0]->plan_name}} Agreement {{ $lastpackage[0]->contact_price}}
Paid Amount {{ $paidsinglepackg[0]->transection}} Balance/Dues 0
Joining Date {{ $lastpackage[0]->stdate}} Closed Date {{ $lastpackage[0]->endate}}
Status {{ ($lastpackage[0]->status==1)?"Active":"In-active" }} Remarks {{ $lastpackage[0]->remarks}}
@endif @endif @if( !Request::is('migration')) @endif

@stop