@extends('layouts.master') @section('header-title') Supplier Quality - Scorecard Charts @endsection @section('content')

Scorecard Indicator Table {{$year}}

{{-- More Info --}}

Here you can see and load all the information related with Scorecards


@foreach($suppliers as $supp) @for($i=1; $i<=13; $i++) @endfor @endforeach
Supplier Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec Average
{{$supp->name}}{{$supp->indicator[$i]}}

Chart {{$year}}

@endsection @section('plugin-scripts') @include('scripts.datatablesjs') @endsection @section('app-scripts') @endsection