Файловый менеджер - Редактировать - /home/clickysoft/public_html/charliapp-v2.clickysoft.net/resources/views/admin/timelineEventBlocks/show.blade.php
Назад
@extends('layouts.admin') @section('content') <div class="card"> <div class="card-header"> {{ trans('global.show') }} {{ trans('cruds.timelineEventBlock.title') }} </div> <div class="card-body"> <div class="form-group"> <div class="form-group"> <a class="btn btn-default" href="{{ route('admin.timeline-event-blocks.index') }}"> {{ trans('global.back_to_list') }} </a> </div> <table class="table table-bordered table-striped"> <tbody> <tr> <th> {{ trans('cruds.timelineEventBlock.fields.id') }} </th> <td> {{ $timelineEventBlock->id }} </td> </tr> <tr> <th> {{ trans('cruds.timelineEventBlock.fields.user') }} </th> <td> {{ $timelineEventBlock->user->name ?? '' }} </td> </tr> <tr> <th> {{ trans('cruds.timelineEventBlock.fields.series') }} </th> <td> {{ $timelineEventBlock->series->series_name ?? '' }} </td> </tr> <tr> <th> {{ trans('cruds.timelineEventBlock.fields.book') }} </th> <td> {{ $timelineEventBlock->book->book_name ?? '' }} </td> </tr> <tr> <th> {{ trans('cruds.timelineEventBlock.fields.timeline') }} </th> <td> {{ $timelineEventBlock->timeline->name ?? '' }} </td> </tr> <tr> <th> {{ trans('cruds.timelineEventBlock.fields.event_type') }} </th> <td> {{ $timelineEventBlock->event_type->event_type ?? '' }} </td> </tr> <tr> <th> {{ trans('cruds.timelineEventBlock.fields.outline') }} </th> <td> {{ $timelineEventBlock->outline->outline_name ?? '' }} </td> </tr> <tr> <th> {{ trans('cruds.timelineEventBlock.fields.event_name') }} </th> <td> {{ $timelineEventBlock->event_name }} </td> </tr> <tr> <th> {{ trans('cruds.timelineEventBlock.fields.event_description') }} </th> <td> {{ $timelineEventBlock->event_description }} </td> </tr> <tr> <th> {{ trans('cruds.timelineEventBlock.fields.position_x') }} </th> <td> {{ $timelineEventBlock->position_x }} </td> </tr> <tr> <th> {{ trans('cruds.timelineEventBlock.fields.size') }} </th> <td> {{ $timelineEventBlock->size }} </td> </tr> <tr> <th> {{ trans('cruds.timelineEventBlock.fields.timeline_character') }} </th> <td> {{ $timelineEventBlock->timeline_character->character_name ?? '' }} </td> </tr> </tbody> </table> <div class="form-group"> <a class="btn btn-default" href="{{ route('admin.timeline-event-blocks.index') }}"> {{ trans('global.back_to_list') }} </a> </div> </div> </div> </div> @endsection
| ver. 1.4 |
Github
|
.
| PHP 8.1.29 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка