@extends('layouts.backend') @section('extraCss') @endsection @php $months = ['January' => 'January','February' => 'February','March' => 'March','April' => 'April','May' => 'May','June' => 'June','July'=> 'July', 'August' => 'August','September' => 'September','October' => 'October','November' => 'November','December' => 'December']; @endphp @section('mainContentArea')

POS MTD Master

Add Target

Filter

POS Month ACTION
@if(count($OcTarget) > 0) @foreach($OcTarget as $key => $row) @endforeach @else @endif
# POS Month Target Action
{{$key + $OcTarget->firstItem()}} {{ !empty($row->pos->name) ? $row->pos->name : '' }} {{ $row->month }} {{ $row->year }} {{ $row->target }} Modify
No Target found!
@php if(count($OcTarget) > 0) { @endphp {!! $OcTarget->appends(request()->input())->links() !!} @php } @endphp
@endsection @section('extraJs') @endsection