@extends('layouts.app') @section('page-title')

{{ $pageTitle }}

@endsection @push('head-script') @endpush @section('content')

@lang("app.filterResults")

{!! Form::open(['id'=>'storePayments','class'=>'ajax-form','method'=>'POST']) !!}
@lang("app.selectDateRange")
@lang('app.to')
@if($logTimeFor->log_time_for == 'task') @lang('app.selectTask') @else @lang('app.selectProject') @endif
@if($logTimeFor->log_time_for == 'task') @else @endif
{!! Form::close() !!}

@lang("modules.timeLogReport.chartTitle")

@endsection @push('footer-script') @endpush