Файловый менеджер - Редактировать - /home/clickysoft/public_html/charliapp-v2.clickysoft.net/resources/views/admin/timelines/show.blade.php
Назад
@extends('layouts.admin') @section('content') <div class="card"> <div class="card-header"> {{ trans('global.show') }} {{ trans('cruds.timeline.title') }} </div> <div class="card-body"> <div class="form-group"> <div class="form-group"> <a class="btn btn-default" href="{{ route('admin.timelines.index') }}"> {{ trans('global.back_to_list') }} </a> </div> <table class="table table-bordered table-striped"> <tbody> <tr> <th> {{ trans('cruds.timeline.fields.id') }} </th> <td> {{ $timeline->id }} </td> </tr> <tr> <th> {{ trans('cruds.timeline.fields.name') }} </th> <td> {{ $timeline->name }} </td> </tr> <tr> <th> {{ trans('cruds.timeline.fields.description') }} </th> <td> {{ $timeline->description }} </td> </tr> <tr> <th> {{ trans('cruds.timeline.fields.user') }} </th> <td> {{ $timeline->user->name }} </td> </tr> <tr> <th> {{ trans('cruds.timeline.fields.series') }} </th> <td> <a href="{{ route('admin.seriess.show', $timeline->series->id) }}">{{ $timeline->series->series_name }}</a> </td> </tr> <tr> <th> {{ trans('cruds.timeline.fields.book') }} </th> <td> <a href="{{ route('admin.books.show', $timeline->book->id) }}">{{ $timeline->book->book_name }}</> </td> </tr> <tr> <th> {{ trans('cruds.timeline.fields.color') }} </th> <td> {!! $timeline->color->color ? '<span class="color-block"><span style="background-color: ' . $timeline->color->color_code . '"></span>' . $timeline->color->color . '</span>' : '' !!} </td> </tr> <tr> <th> {{ trans('cruds.timeline.fields.created_at') }} </th> <td> {{ (new \Carbon\Carbon($timeline->created_at))->format('F d, Y h:m a') }} </td> </tr> <tr> <th> {{ trans('cruds.timeline.fields.updated_at') }} </th> <td> {{ (new \Carbon\Carbon($timeline->updated_at))->format('F d, Y h:m a') }} </td> </tr> </tbody> </table> <div class="form-group"> <a class="btn btn-default" href="{{ route('admin.timelines.index') }}"> {{ trans('global.back_to_list') }} </a> </div> </div> </div> </div> @endsection
| ver. 1.4 |
Github
|
.
| PHP 8.1.29 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка