@extends('layouts.master') @section('style') @endsection @section('content')

Targets Management

@php $pro = 0; foreach($data as $d){ if($d->unit_id == 0) $pro = $d->target_qty; } @endphp

Target Set

Employee: {{$employee[0]->employee_first_name}} {{$employee[0]->employee_last_name}}
Month: {{$month_name}}, {{Date('Y')}}
@CSRF

Unit Target

@foreach($data as $d) @if($d->unit_id !=0)
Cartons {{number_format($d->in_carton,2)}} CTNS
@else @endif @endforeach
@endsection @section('scripts') @endsection