@extends('hr::layouts.plane') @section('page_heading') {{$title}} @endsection @section('content')

     Inspection Dashboard

{{ Form::select('monthyear', [], '', ['placeholder' => '- Month Year -', 'class' => 'form-control', 'id' => 'select_month_year_id']) }}

Inspection dashboard is under construction.

@stop