Файловый менеджер - Редактировать - /home/clickysoft/public_html/securebeans.clickysoft.net/resources/views/admin/clientReports/index.blade.php
Назад
@extends('layouts.admin') @section('content') <div class="content"> <h3 class="page-title">{{ trans('cruds.clientReport.title') }}</h3> <form action="" method="GET"> <div class="row"> <div class="col-xs-6 col-md-4 form-group"> <label class="control-label" for="project">{{ trans('cruds.clientReport.title_singular') }}</label> <select name="project" class="form-control"> @foreach($projects as $key => $value) <option value="{{ $key }}" @if ($key==$currentProject) selected @endif>{{ $value }}</option> @endforeach </select> </div> <div class="col-xs-4"> <label class="control-label"> </label><br> <input class="btn btn-primary" type="submit" value="{{ trans('global.submit') }}"> </div> </div> </form> <div class="row"> <div class="col-lg-12"> <div class="panel panel-default"> <div class="panel-heading"> {{ trans('cruds.clientReport.title_singular') }} </div> <div class="panel-body"> <div class="table-responsive"> <table class="table table-striped table-hover table-condensed datatable"> <thead> <tr> <th>{{ trans('cruds.clientReport.reports.month') }}</th> <th>{{ trans('cruds.clientReport.reports.income') }}</th> <th>{{ trans('cruds.clientReport.reports.expenses') }}</th> <th>{{ trans('cruds.clientReport.reports.fees') }}</th> <th>{{ trans('cruds.clientReport.reports.total') }}</th> </tr> </thead> <tbody> @foreach($entries as $date => $info) @foreach($info as $currency => $row) <tr> <td>{{ $date }}</td> <td>{{ number_format($row['income'],2) }} {{ $currency }}</td> <td>{{ number_format($row['expenses'],2) }} {{ $currency }}</td> <td>{{ number_format($row['fees'],2) }} {{ $currency }}</td> <td>{{ number_format($row['total'],2) }} {{ $currency }}</td> </tr> <?php $date = ''; ?> @endforeach @endforeach </tbody> </table> </div> </div> </div> </div> </div> </div> @endsection
| ver. 1.4 |
Github
|
.
| PHP 8.1.29 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка