@extends('layouts.master') @section('title') @lang('translation.referral-requests') @endsection @section('breadcrumb') @component('components.breadcrumb') @slot('title') @lang('translation.referral-requests') @endslot @endcomponent @endsection @section('content')
@php $count = 1; @endphp @foreach ($referrals as $referral) @endforeach
ID Name Expected Referrals Expected Investment Referral Code Request Date Status Action
{{ $count++ }} {{ $referral->referral_details['expected_referrals'] }} {{ $referral->referral_details['expected_investment'] }} {{ $referral->referral_code }} {{ $referral->created_at->format('d/F/Y') }} {{ ucfirst($referral->status) }}
@csrf
@csrf
@endsection