@extends('layouts.app', ['title' => 'Customer All']) @section('content')
| # | Name | Phone | Status | Assign | Action | |
|---|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $item->customer ? $item->customer->name : '' }} | {{ $item->customer ? $item->customer->email : '' }} | {{ $item->customer ? $item->customer->phone : '' }} | @if ($item->customer ? $item->customer->status : '' == 'active') @elseif($item->customer ? $item->customer->status : '' == 'inactive') @endif | Assign |