@extends('layouts.container') @section('title', 'Laporan Penerbitan Sertifikat') @section('title_description', '') @section('css') @endsection @section('body-class', 'skin-black') @section('content')

Pilih Jenis Serkom dan Tanggal Untuk Menentukan Laporan

{{ Form::open(array('route' => 'kipd-laporanserkom-result', 'class' => 'filter-laporan form-horizontal', 'role' => 'form','method' => 'PUT')) }}
{{ Form::label('from', 'Mulai Dari Tanggal') }} {{ Form::text('from', old('from'), array('class' => 'form-control datepicker')) }}
{{ Form::label('to', 'Sampai Tanggal') }} {{ Form::text('to', old('to'), array('class' => 'form-control datepicker')) }}
{{ Form::close() }}
@endsection @section('js') @endsection