@extends('layouts/default') {{-- Page title --}} @section('title') @parent @stop {{-- page level styles --}} @section('header_styles') @stop {{-- Page content --}} @section('content') Time Sheet Entry Daily Time Sheet Entry View View Select Category @foreach($category as $crow) id)?'selected':''}} >{{ $crow->category_name }} @endforeach Select Employee @foreach($emply as $row) id)?'selected':''}} >{{$row->name}} @endforeach Search Clear × Select Job × View Sub Jobs @include('layouts.right_sidebar') @stop {{-- page level scripts --}} @section('footer_scripts') @stop