@extends('layouts.app2') @section('badcome') @endsection @section('dynamic_css') @endsection @section('content')
| # | Task title | District Name | Target | Month, Year | Created On | Status | Action |
|---|---|---|---|---|---|---|---|
| {{$i++}} | {{$value['task_title']}} | {{$value['district_name']}} | {{$value['district_target']}} | {{$value['month']}},{{$value['year']}} | {{$value['created_at']}} | {{$status[$value['target_status']]}} |
Edit
@if(!$value['employee_targets_id'])
@endif
|