List of Opportunities
{{--
Latest Registred users
--}}S.No | Name | Mobile Number | Registration Date | Country | Status | |
---|---|---|---|---|---|---|
{{ $key+1 }} |
{{ $item->name }} |
@if($item->payment==null) {{ $item->email }} @else {{ $item->email }} @endif | {{ $item->mobile_number }} | {{ $item->created_at->format('Y-m-d') }} | {{@$item->country->name}} | {{-- subscription 0 =>> means not subscriped ||subscription 1 =>> subscriped --}} @if($item->payment==null) @else @endif |