@extends('layouts.app') @section('title') Time Entries @endsection @section('page_css') @endsection @section('content')
@include('flash::message')
@include('time_entries.table')
@include('time_entries.modal') @include('time_entries.edit_modal')
@endsection @section('page_js') @endsection @section('scripts') @endsection