@extends('layouts.app') @section('content')
Leads are simply new users that have not made any deposit.
Import leads from excel document. download sample document
Name | Phone | Status | Date registered | Assigned To | Action | |
---|---|---|---|---|---|---|
{{ $list->name }} | {{ $list->email }} | {{ $list->phone }} | @if ($list->status == 'active') Active @else Inactive @endif | {{ $list->created_at->toDayDateTimeString() }} | @if ($list->tuser) {{ $list->tuser->firstName }} {{ $list->tuser->lastName }} @else Not assigned yet @endif | Edit Status |