@extends('layouts.app') @section('content')
# | Customer Name | Account Number | Account Name | Action |
---|---|---|---|---|
{{ $i }} | {{ $row['account_name'] ?? ""}} | {{ $row['account_number'] }} | {{ $row['mccid'] }} | @if($isImported['status'] == 2 || $isImported['status'] == 6) @elseif($isImported['status'] == 0 || $isImported['status'] == 5 || $isImported['status'] == 3) @endif @if($isImported['status'] == 1) Import Started @endif @if($isImported['status'] == 3) Import Failed @endif @if($isImported['status'] == 4) Rollback Started @endif @if($isImported['status'] == 6) Rollback Failed @endif |