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

Pilih filter Laporan

{{ Form::open(['route' => 'kipd-laporan-result', 'class' => 'filter-laporan form-horizontal', 'role' => 'form', 'method' => 'PUT']) }}
 Check / Uncheck All
@foreach ($fakultas as $index => $value)
@endforeach
{{ Form::close() }}
@endsection @section('js') @endsection