@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'), 'class' => 'form-horizontal', 'enctype' => 'multipart/form-data']) !!}
{!! Form::text('periode', null, ['class'=>'form-control', 'id'=>'monthpicker', 'required']) !!}
@endsection @section('js') @endsection