@extends('layouts.app') @section('title', 'Edit Task') @section('breadcrumb', 'Edit Task') @section('sub-breadcrumb') List Edit Task @endsection @section('task', 'kt-menu__item--open kt-menu__item--here') @section('list-task', 'kt-menu__item--active') @section('custom-style') @endsection @section('content')
@include('layouts.notification')
@csrf
@if (!empty($result['brand_task_checklists'])) @foreach ($result['brand_task_checklists'] as $key => $value)
@endforeach @endif
@php $daftar_hari = array( '1' => 'Senin', '2' => 'Selasa', '3' => 'Rabu', '4' => 'Kamis', '5' => 'Jumat', '6' => 'Sabtu', '7' => 'Minggu' ); @endphp @if ($result['type'] == "weekly")

@for ($i = 1; $i <= 7; $i++)   @endfor
@endif @if ($result['type'] == "monthly")
@if (!empty($result['brand_task_customs'])) @foreach ($result['brand_task_customs'] as $key => $value)
@endforeach @endif {{-- place for repeater --}}
@endif
@if (!empty($result['brand_task_images']))
@foreach ($result['brand_task_images'] as $key => $value)

Remove file

@endforeach
@endif
@csrf
@endsection @section('custom-script') @endsection