@php $current_page = $current_page ?? 1; $page_size = $page_size ?? config('constant.limit.admin'); @endphp
ID | Tên Khách Hàng | Số điện thoại | Địa chỉ | Campaign | Status | UTM | Ngày tạo | Ngày cập nhật | Action |
---|---|---|---|---|---|---|---|---|---|
{{ $item->id }} | {{ $item->customer_name }} | {{ $item->customer_phone }} | {{ $item->customer_city }} | {{ $item->campaign }} | @php $orderColor = config('status.order_color.' . $item->status); $orderStatus = config('status.order.' . $item->status); @endphp {{trans('admin::message.status.' . $orderStatus)}} |
@php
if ($item->utm_source) {
echo "UTM Id: $item->utm_id "; echo "UTM Source: $item->utm_source "; echo "UTM Medium: $item->utm_medium "; echo "UTM Campaign: $item->utm_campaign "; } @endphp |
{{ $item->created_at }} | {{ $item->updated_at }} | $item->id]) }}")' title="Delete" title=""> |