@extends('admin::layouts.plane') @section('content')
{!! Form::select('reportType', $reports,'', ['class' => 'form-control', 'id' => 'report-type','placeholder'=>'Select Report', 'style'=>"height:37px"]) !!}
@endsection @section('scripts') @endsection