@extends('layout.header') @section('title') Target | Dashboard @endsection @section('main')

Target

Yearly Report

@php $current_year = Carbon\Carbon::now()->year; @endphp @if(isset($year1))

April {{$year1}} - March {{$year1+1}}

@else

April {{$current_year}} - March {{$current_year+1}}

@endif
Add New Target
@foreach($data as $d) @endforeach
No # BDE Name Joining Date Apr May Jun Jul Aug Sep Oct Nov Dec Jan Feb Mar Actual Total Achieve Total Action
{{$d->no}} {{ucfirst($d->name)}} {{$d->date_of_join}} {{$d->april}} {{$d->may}} {{$d->june}} {{$d->july}} {{$d->aug}} {{$d->sep}} {{$d->oct}} {{$d->nov}} {{$d->dec}} {{$d->jan}} {{$d->feb}} {{$d->march}} {{$d->total}} {{$d->win_total}} id}},this)>
Displaying {{$data->firstItem()}} - {{$data->lastItem()}} of {{$data->total()}} records
{{$data->links()}}
@endsection