@extends('report.report_layout') @section('title', $page_title) @section('show_date', true) @section('report_table')
{{ trans('report.index') }} {{ trans('report.username') }} {{ trans('report.date') }} {{ trans('report.time') }} {{ trans('report.cash_login') }} {{ trans('report.cash_logout') }} {{ trans('report.total') }} {{ trans('audit.expense') }} {{ trans('report.cash_diff') }}
@endsection @section('script_report_custom') @endsection