@extends('fronted.layout.main') @section('adcontent')
@if ($errors->any()) @endif
Tenant Refer & Earn

@php $s_no = 1; $message = ""; @endphp @forelse ($referedHosteled as $item) @empty @endforelse
S No Date Referral Name Mobile Refer To Mobile No Referral Code Referral Count Discount For Month Status
{{$s_no ++}} {{ \Carbon\Carbon::parse($item->created_at)->format('d-M-Y') }} {{ $item->studentName }} {{ $item->mobile }} {{ $item->refered_name }} {{ $item->refered_mobile }} {{ $item->referal_code }} {{ $item->referal_count }} {{ $item->discount }} % {{ $item->for_month }} @if($item->status === 0) @elseif($item->status === 1) @elseif($item->status === 2) @endif
Data not found