@extends('layouts/default') {{-- Page title --}} @section('title') @parent @stop {{-- page level styles --}} @section('header_styles') @stop {{-- Page content --}} @section('content')

Timesheet Report

@if(Session::has('message'))

{{ Session::get('message') }}

@endif @if(Session::has('error'))

{{ Session::get('error') }}

@endif @if (count($errors) > 0)
@endif

Timesheet Employeewise Report

Month:
Year:
Date:
Search By: Category Employee:
@include('layouts.right_sidebar')
@stop {{-- page level scripts --}} @section('footer_scripts') @stop