@extends('admin.layouts.app') @section('content')
@isset($page_title) {{$page_title}} @endisset

Target Detail

Name: {{$target->name}}
Duration: {{$target->start_date}} - {{$target->end_date}}
Amount: ₹ {{$target->amount}}
@forelse ($users as $key=>$user) @empty @endforelse
# Name Email Phone Coupon Code Amount No of Associate
{{($key+1) + ($users->currentPage() - 1)*$users->perPage()}} {{$user->name}} {{$user->email}} {{$user->phone}} {{$user->referrer_code}} ₹ {{$user->commission_sum_commission}} {{$user->associate_count}}

Nothing Found


Showing {{($users->currentpage()-1)*$users->perpage()+1}} to {{(($users->currentpage()-1)*$users->perpage())+$users->count()}} of {{$users->total()}} Users

{!! $users->links() !!}
@endsection