@extends('hr_main') @section('title', '| SIB MRA Report') @section('content')

SIB MRA Report

{!! Form::open(['url' => '#','role' => 'form','class' => '', 'id' => 'filterFormId', 'method' => 'post',]) !!}
{{ Form::label('project_id_fk', 'Project',['class'=>'control-label']) }} {{ Form::select('project_id_fk', $projects, null,['class'=>'form-control','id'=>'project']) }}

{!! Form::close() !!}
@endsection