Файловый менеджер - Редактировать - /home/clickysoft/public_html/charliapp-v2.clickysoft.net/resources/views/admin/get-help/show.blade.php
Назад
@extends('layouts.admin') @section('content') <div class="card"> <div class="card-header"> Show Get Help </div> <div class="card-body"> <div class="form-group"> <div class="form-group"> <a class="btn btn-default" href="{{ route('admin.get-help.index') }}"> {{ trans('global.back_to_list') }} </a> </div> <table class="table table-bordered table-striped"> <tbody> <tr> <th> Id </th> <td> {{ $getHelp->id }} </td> </tr> <tr> <th> First Name </th> <td> {{ $getHelp->first_name }} </td> </tr> <tr> <th> Last Name </th> <td> {{ $getHelp->last_name }} </td> </tr> <tr> <th> Email </th> <td> {{ $getHelp->email }} </td> </tr> <tr> <th> Description </th> <td> {{$getHelp->description}} </td> </tr> <tr> <th> Reason </th> <td> {{$getHelp->reason}} </td> </tr> <tr> <th> Level </th> <td> {{$getHelp->level}} </td> </tr> </tbody> </table> <div class="form-group"> <a class="btn btn-default" href="{{ route('admin.calendars.index') }}"> {{ trans('global.back_to_list') }} </a> </div> </div> </div> </div> @endsection
| ver. 1.4 |
Github
|
.
| PHP 8.1.29 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка