@extends('fronted.layout.main') @section('adcontent')
@php $count = 1 @endphp @forelse ($referedList as $item) @empty @endforelse
S No Date Referral Name Mobile Refer To Mobile No Referral Code Referral Count Offer Type Referred Offer Type Status
{{$count++}} {{ \Carbon\Carbon::parse($item->created_at)->format('d-M-Y') }} {{ $item->adminName }} {{ $item->mobile }} {{ $item->refered_name }} {{ $item->refered_mobile }} {{ $item->referral_code }} {{ $item->referral_count }} {{ $item->discount }} {{$item->offer_type == "discount" ? ("%".$item->offer_type) : $item->offer_type}} {{ $item->referral_discount }} {{$item->offer_type == "discount" ? ("%".$item->offer_type) : $item->offer_type}}
{{ $item->status == 1 ? "wating" : 'redemed' }}
Data not found
@endsection