@extends('layouts.app') @section('content')
ID | Balance | First Name | Last Name | Phone | Inv. plan | Status | Date registered | Assigned To | Action | ||
---|---|---|---|---|---|---|---|---|---|---|---|
{{ $list->id }} | ${{ $list->account_bal }} | {{ $list->name }} | {{ $list->l_name }} | {{ $list->email }} | {{ $list->phone_number }} | @if (isset($list->dplan->name)){{ $list->dplan->name }} | @elseNULL | @endif{{ $list->status }} | {{ \Carbon\Carbon::parse($list->created_at)->toDayDateTimeString() }} | {{ $list->tuser->firstName }} {{ $list->tuser->lastName }} | @if ($list->cstatus == 'Customer') Converted @else Convert @endif Edit Status |