@extends('layouts.app2') @section('badcome') @endsection @section('dynamic_css_excpt') @endsection @section('dynamic_css') @endsection @section('content')
@php $i = $district_target->firstItem(); $month_name=['month','January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December']; $status = [ 'Incomplete', 'Complete' ]; @endphp @foreach($district_target AS $value) @endforeach
# Task title District Name Target Month, Year Created On Status Task File Action
{{$i++}} {{$value['task_title']}} {{$value['district_name']}} {{$value['target']}} {{ $month_name[$value['month']] }},{{$value['year']}} {{$value['created_at']}} {{$status[$value['target_status']]}} @if($value['target_file'] != NULL) @endif
@if(!$value['employee_targets_id']) @endif
{{$district_target->links()}}
@php $i = $block_target->firstItem(); $status = [ 'Incomplete', 'Complete' ]; @endphp @foreach($block_target AS $value) @endforeach
# Task title District Name Block Name Target Month, Year Created On Status Task File Action
{{$i++}} {{$value['task_title']}} {{$value['district_name']}} {{$value['block_name']}} {{$value['target']}} {{ $month_name[$value['month']] }},{{$value['year']}} {{$value['created_at']}} {{$status[$value['target_status']]}} @if($value['target_file'] != NULL) @endif
@if(!$value['employee_targets_id']) @endif
{{$district_target->links()}}
@endsection @section('dynamic_js') @endsection