@extends('layouts.app') @section('title', 'Manage Daily Task') @section('breadcrumb', 'Manage Daily Task') @section('sub-breadcrumb') {{-- --}} List Detail @endsection @section('manage-daily-task', 'kt-menu__item--active') @section('content')
Outlet Name | : {{$data['name']}} |
Address | : {{$data['address']}} |
Owner | : {{$data['user_owner']['name']}} |
Status | : @if ($data['status_franchise'] == 1) Milik Franchise @else Milik Brand @endif |
Title | Description | User | Time | Threshold |
---|---|---|---|---|
{{$value['brand_task']['title'] ?? '-'}} | {{$value['brand_task']['description'] ?? '-'}} | {{$value['user']['name'] ?? '-'}} | {{$value['time'] ?? '-'}} | {{$value['threshold'] ? $value['threshold'].' Minutes' : '-'}} |
No Task |
Date | Task Title | Status | User | Action | ||
---|---|---|---|---|---|---|
{{$value['date'] ?? '-'}} | {{$value['brand_task']['title'] ?? '-'}} | {{$value['status'] ?? '-'}} | {{$value['user']['name'] ?? '-'}} | Detail | ||
No Pending Task |
Date | Task Title | Status | User | Action | ||
---|---|---|---|---|---|---|
{{$value['date'] ?? '-'}} | {{$value['brand_task']['title'] ?? '-'}} | {{$value['status'] ?? '-'}} | {{$value['user']['name'] ?? '-'}} | Detail | ||
No Problem Task |
Date | Task Title | Status | User | Action | ||
---|---|---|---|---|---|---|
{{$value['date'] ?? '-'}} | {{$value['brand_task']['title'] ?? '-'}} | {{$value['status'] ?? '-'}} | {{$value['user']['name'] ?? '-'}} | {{-- {{route('brand.edit', [$item['id'], $item['id_owner']])}} --}} Detail | ||
No Complete Task |