Файловый менеджер - Редактировать - /home/clickysoft/public_html/resources/views/admin/assets/show.blade.php
Назад
@extends('layouts.admin') @section('content') <div class="card"> <div class="card-header"> {{ trans('global.show') }} {{ trans('cruds.asset.title') }} </div> <div class="card-body"> <div class="form-group"> <div class="form-group"> <a class="btn btn-default" href="{{ route('admin.assets.index') }}"> {{ trans('global.back_to_list') }} </a> </div> <table class="table table-bordered table-striped"> <tbody> <tr> <th> {{ trans('cruds.asset.fields.id') }} </th> <td> {{ $asset->id }} </td> </tr> <tr> <th> {{ trans('cruds.asset.fields.organization') }} </th> <td> {{ $asset->organization->name ?? '' }} </td> </tr> <tr> <th> {{ trans('cruds.asset.fields.asset_name') }} </th> <td> {{ $asset->asset_name }} </td> </tr> <tr> <th> {{ trans('cruds.asset.fields.asset_status') }} </th> <td> {{ $asset->asset_status->name ?? '' }} </td> </tr> <tr> <th> {{ trans('cruds.asset.fields.category') }} </th> <td> {{ $asset->category->name ?? '' }} </td> </tr> <tr> <th> {{ trans('cruds.asset.fields.manufacturer') }} </th> <td> {{ $asset->manufacturer->name ?? '' }} </td> </tr> <tr> <th> {{ trans('cruds.asset.fields.supplier') }} </th> <td> {{ $asset->supplier->contact_name ?? '' }} </td> </tr> <tr> <th> {{ trans('cruds.asset.fields.company') }} </th> <td> {{ $asset->company->name ?? '' }} </td> </tr> <tr> <th> {{ trans('cruds.asset.fields.branch') }} </th> <td> {{ $asset->branch->name ?? '' }} </td> </tr> <tr> <th> {{ trans('cruds.asset.fields.qty') }} </th> <td> {{ $asset->qty }} </td> </tr> <tr> <th> {{ trans('cruds.asset.fields.notes') }} </th> <td> {{ $asset->notes }} </td> </tr> <tr> <th> {{ trans('cruds.asset.fields.asset_image') }} </th> <td> @if($asset->asset_image) <a href="{{ $asset->asset_image->getUrl() }}" target="_blank" style="display: inline-block"> <img src="{{ $asset->asset_image->getUrl('thumb') }}"> </a> @endif </td> </tr> <tr> <th> {{ trans('cruds.asset.fields.asset_expiration_date') }} </th> <td> {{ $asset->asset_expiration_date }} </td> </tr> <tr> <th> {{ trans('cruds.asset.fields.next_audit_date') }} </th> <td> {{ $asset->next_audit_date }} </td> </tr> <tr> <th> {{ trans('cruds.asset.fields.purchase_date') }} </th> <td> {{ $asset->purchase_date }} </td> </tr> <tr> <th> {{ trans('cruds.asset.fields.eol_date') }} </th> <td> {{ $asset->eol_date }} </td> </tr> <tr> <th> {{ trans('cruds.asset.fields.purchase_cost') }} </th> <td> {{ $asset->purchase_cost }} </td> </tr> <tr> <th> {{ trans('cruds.asset.fields.currency') }} </th> <td> {{ $asset->currency->name ?? '' }} </td> </tr> </tbody> </table> <div class="form-group"> <a class="btn btn-default" href="{{ route('admin.assets.index') }}"> {{ trans('global.back_to_list') }} </a> </div> </div> </div> </div> @endsection
| ver. 1.4 |
Github
|
.
| PHP 8.1.29 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка