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

{{ __($pageTitle) }}

@lang('app.menu.timeLogs')
@endsection @push('head-script') @endpush @section('filter-section')
{!! Form::open(['id'=>'storePayments','class'=>'ajax-form','method'=>'POST']) !!} @if(in_array('projects', $modules))
@lang('app.selectProject')
@endif
@lang('app.selectTask')
@lang('modules.employees.title')
{!! Form::close() !!}
@endsection @section('content')
{!! $dataTable->table(['class' => 'table table-bordered table-hover toggle-circle default footable-loaded footable']) !!}
@endsection @push('footer-script') {!! $dataTable->scripts() !!} @endpush