Файловый менеджер - Редактировать - /home/clickysoft/public_html/rgr.clickysoft.net/resources/views/admin/old-dsahsboard.php
Назад
<style> .h91 { height: 91%; } </style> <div class="right_col" role="main"> <div> {{-- <div class="page-title"> <div class="title_left"> <h3>User Dashboard</h3> </div> </div> --}} <div class="clearfix"></div> <div class="row px-5"> <div class="col-md-12 pl-0"> <div class="x_content"> <div class="row"> <div class="animated flipInY col-lg-3 col-md-3 col-sm-3"> <a href="/admin/users/request"> <div class="tile-stats border rounded"> <div class="icon"></div> <div class="count mt-5 text-secondary">{{ $userRegisters }}</div> <h3 class="text-secondary">New User Requests</h3> </div> </a> </div> <div class="animated flipInY col-lg-3 col-md-3 col-sm-3"> <a href="/admin/reports"> <div class="tile-stats border rounded"> <div class="icon"></div> <div class="count mt-5 text-secondary">{{ $referrals }}</div> <h3 class="text-secondary">Total Patients referred</h3> </div> </a> </div> </div> </div> </div> </div> <div class="row my-3"> <div class="col-md-12"> <table class="table table-striped data-table"> <thead> <tr> <th>#</th> <th>Practice Name</th> <th>Location</th> <th width="260px">Timing</th> <th width="140px">Action</th> </tr> </thead> <tbody> {{-- @foreach ($practices as $practice) <tr> <th scope="row">{{ ++$i }}</th> <td>{{ $practice->name }} </td> <td>{{ $practice->address }}</td> <td> @php $openingHours = \App\Models\OpeningHour::getByPracticeId($practice->id); @endphp @foreach ($openingHours as $openHour) @if ($openHour->opening_hour != null) {{ $openHour->day }}: {{ $openHour->opening_hour }} to {{ $openHour->closing_hour }} <br> @endif @endforeach </td> <td> <form action="{{ route('practices.destroy', $practice->id) }}" method="POST"> <a class="btn btn-info btn-sm" href="{{ route('practices.show', $practice->id) }}"><i class="fa fa-eye"></i></a> <a class="btn btn-info btn-sm" href="{{ route('practices.show', $practice->id) }}"><i class="fa fa-toggle-on"></i></a> <a class="btn btn-info btn-sm" href="{{ route('practices.edit', $practice->id) }}"><i class="fa fa-pencil"></i></a> @csrf @method('DELETE') <button type="submit" class="btn btn-info btn-sm" onclick="return confirm('Are you sure do you wan\'t to delete the Practice?')"><i class="fa fa-trash"></i></button> </form> </td> </tr> @endforeach --}} </tbody> </table> </div> </div> </div> </div> <br> <br> <br> <br>
| ver. 1.4 |
Github
|
.
| PHP 8.1.29 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка