@extends('layouts.main') @section('title', 'Key Performance Indicator - Asset Management') @section('pagetitle', 'Cetak Key Performance Indicator') @section('content')
Cetak KPI
{!! Form::open(['url' => route('kpi::kpi-cetak-weekly'), 'class' => 'form-horizontal', 'enctype' => 'multipart/form-data']) !!}
{!! Form::text('tahun', $tahun, ['class'=>'form-control', 'id'=>'year', 'required']) !!}
{!! Form::select('minggu_awal', $minggu, null, ['class'=>'form-control col-3 inline select2', 'id'=>'minggu_awal', 'required']) !!}    Sampai    {!! Form::select('minggu_akhir', $minggu, null, ['class'=>'form-control col-3 inline select2', 'id'=>'minggu_akhir', 'required']) !!}
@endsection @section('js') @endsection