Delete Multiple
Records List
| Select | No. | Location | Damage | Staff Name | Builder Name | Date | Status | Action |
|---|---|---|---|---|---|---|---|---|
| {{ $i }} | {{ $item->location }} | @if($item->damage!="" || $item->damage!=NULL) |
{{ $item->staff_name }} | {{ $item->builder_name }} | {{ \Carbon\Carbon::parse($item->created_at)->format('m-d-Y') }} | @if ($item->status == 1) Active @else Inactive @endif | View Detail | |
| Select | No. | Location | Damage | Staff Name | Builder Name | Date | Status | Action |