Файловый менеджер - Редактировать - /home/c7lekhnath/silverray.com.au/Modules/ClubPoint/resources/views/admin/index.blade.php
Назад
@extends('admin.master_layout') @section('title') <title>{{ __('Club Point History') }}</title> @endsection @section('admin-content') <div class="main-content"> <section class="section"> <x-admin.breadcrumb title="{{ __('Club Point History') }}" :list="[ __('Dashboard') => route('admin.dashboard'), __('Club Point History') => '#', ]" /> <div class="section-body"> <div class="row"> <div class="col-12 col-md-12 col-lg-12"> <div class="card"> <div class="card-body"> <div class="table-responsive"> <table class="table table-striped"> <thead> <th>{{ __('SN') }}</th> <th>{{ __('User') }}</th> <th>{{ __('Order Id') }}</th> <th>{{ __('Club Point') }}</th> <th>{{ __('Earned At') }}</th> <th>{{ __('Status') }}</th> </thead> @forelse ($histories as $index => $history) <tr> <td>{{ ++$index }}</td> <td><a href="{{ route('admin.customer-show', $history->user_id) }}">{{ $history?->user?->name }}</a> </td> <td>#{{ $history?->order?->order_id }}</td> <td>{{ $history->club_point }}</td> <td>{{ formattedDateTime( $history->created_at) }}</td> <td> @if ($history->status == 'pending') <span class="badge bg-danger">{{ __('Pending') }}</span> @else <span class="badge bg-success">{{ __('Converted') }}</span> @endif </td> </tr> @empty <x-empty-table :name="__('')" route="" create="no" :message="__('No data found!')" colspan="6" /> @endforelse </table> </div> </div> </div> </div> </div> </div> </section> </div> @endsection
| ver. 1.4 |
Github
|
.
| PHP 8.3.20 | Генерация страницы: 0.7 |
proxy
|
phpinfo
|
Настройка