Файловый менеджер - Редактировать - /home/clickysoft/public_html/rgr.clickysoft.net/resources/views/admin/old-reports.php
Назад
@php use App\Models\Practice; @endphp <div class="right_col" role="main"> <div class=""> <div class="page-title"> <div class="title_left"> <h3>Reports </h3> </div> </div> <div class="clearfix"></div> <div class="row" style="display: block;"> <div class="col-md-12 col-sm-12 "> <div class="x_panel"> <div class="x_content"> @include('layouts.flash-message') <table class="table table-striped data-table"> <thead> <tr> <th>#</th> <th>Referral</th> <th>Referral to</th> <th>Patient name</th> <th>Patient ID</th> <th>Treatment Type</th> <th>Date</th> </tr> </thead> <tbody> @foreach ($reports as $report) <tr> @php $practiceFrom = Practice::find($report->from_practice_id); $practiceto = Practice::find($report->to_practice_id); @endphp <th scope="row">{{ ++$i }}</th> <td>{{ $practiceFrom->name }}</td> <td>{{ $practiceto->name }}</td> <td>{{ $report->first_name }} {{ $report->last_name }} </td> <td>{{ $report->id }}</td> <td>{{ $report->treatment_type }}</td> <td>{{ date('d-m-Y', strtotime($report->created_at)) }}</td> </tr> @endforeach </tbody> </table> <div class="row text-center justify-content-center">{{ $reports->links() }}</div> </div> </div> </div> </div> </div> </div>
| ver. 1.4 |
Github
|
.
| PHP 8.1.29 | Генерация страницы: 0.01 |
proxy
|
phpinfo
|
Настройка