@extends('adminlte::page') @section('title', 'New Time Entry') @section('content_header')

New Time Entry

@endsection @section('content')
@csrf @include('time_entries.partials.form') Cancel
@endsection