@extends('layout.mainlayout') @section('content')
| ID | Project | Product | Chipset | Android | Commercial | Brand | Status | Updated By | Updated At | Actions |
|---|---|---|---|---|---|---|---|---|---|---|
| {{ $row->id }} | {{ $row->project_name }} | {{ $row->product_name }} | {{ $row->chipset }} | {{ $row->android_version }} | {{ $row->commercial_name }} | {{ $row->brand }} | {{ (int)$row->status === 1 ? 'Active' : 'Inactive' }} | {{ $row->updated_by ?? '—' }} | {{ optional($row->updated_at)->format('d M Y H:i') }} | @can('update-chipset') Edit @endcan @can('delete-chipset') @endcan |