@extends('layouts.app') @section('title', 'Manage Daily Task') @section('breadcrumb', 'Manage Daily Task') @section('sub-breadcrumb') {{-- --}} List @endsection @section('manage-daily-task', 'kt-menu__item--active') @section('content')

Daily Task of {{Session::get('brands_pick')['name'] }}

Pending: {{$pending}}
   
Problem: {{$problem}}
   
Complete: {{$complete}}
@include('layouts.notification') @php $date_start = old('date_start') ?? $date_start; $date_end = old('date_end') ?? $date_end; $searchOutlet = old('searchOutlet') ?? $searchOutlet; $status1 = old('status1') ?? $status1; $status2 = old('status2') ?? $status2; $searchValue = old('searchValue') ?? $searchValue; @endphp {{-- begin: Search form --}}

@if(!$status2 == null)
@else @endif @if(!$searchValue == null)
@else @endif
  
{{-- end: Search form --}} {{-- begin: datatable --}} {{-- --}}
NoOutlet Date Total Task Pending Problem Complete Action
{{-- begin: datatable --}}
@endsection @section('custom-script') @endsection