@extends('layouts.app') @section('content')
Balance | First Name | Last Name | Phone | Inv. plan | Status | Date registered | Action | ||
---|---|---|---|---|---|---|---|---|---|
${{ $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() }} | Edit Status |