@extends('frontend.layout.dashboard-master') @section('site_title', __('Time Tracker')) @section('style') @endsection @section('content') {{-- Page Header --}}
{{ __('Track your work hours for this order') }}
{{ __('Estimated hours exceeded') }}
{{ __('You have logged') }} {{ number_format($logged_hours, 2) }} {{ __('hrs') }} {{ __('against an estimate of') }} {{ number_format($budget_hours, 2) }} {{ __('hrs') }}. {{ __('Any hours beyond the estimate will not be compensated.') }}
{{ __('Ready to start') }}