Members Applications
@if($applications) @foreach($applications as $application) @if($user)
{{$user->fullname}}
{{$user->present()->atName()}}
@if($application->status==1) Approved @elseif($application->status==2) Rejected @else
Approve Reject
@endif
@endif @endforeach {!! $applications->render() !!} @endif