@extends('Manager.layout') @section('title',"Targets") @section('page-name',"Department Targets") @section('page-detail',"All Assigned Targets Information") {{--@section('pagelink', 'target')--}} @section('body')
| Category | Target/Product | Total Points | Redeemed | Last Date | Status | Action | |
|---|---|---|---|---|---|---|---|
| {{ $target->category }} | @if($target->product_id){{ $products->firstWhere('id', $target->product_id)->name }} | @else{{ Str::limit($target->custom ?? 'No Custom', 50) }} | @endif{{ $target->quantity }} | {{ $target->progress ?? "Nothing Yet" }} | {{ \Carbon\Carbon::parse($target->last_date)->format('m-d-y') }} | @if($target->status === '2') Active @elseif($target->status === '1') Inactive @else Pending @endif |