@extends('layout.padrao') @section('content') @section('title', 'Sistema de Chamados - Visualizar') @if($errors->any())
| @if(!empty($registersShow[0])) {!! Form::text('opening_date', $registersShow[0]->opening_date, ['class' => 'form-control', 'readonly', 'id' => 'openingDate']) !!} @else @endif | @if(!empty($registersShow[0])) {!! Form::text('receipt_date', date('d-m-Y H:i:s', strtotime($registersShow[0]->receipt_date)), ['class' => 'form-control', 'readonly', 'id' => 'openingDate']) !!} @else @endif | @if(!empty($registersShow[0])) {!! Form::text('closing_date', $registersShow[0]->closing_date, ['class' => 'form-control', 'readonly', 'id' => 'openingDate']) !!} @else @endif |
--}}
{{-- e remover a linha abaixo!!! --}}
| Actions | Attachment Name | Attachment Insert Date |
|---|---|---|
| @can('internalRoutine', App\Usuario::class) @can('delete', App\Usuario::class) id}} data-toggle="modal" data-target="#delete" data-toggle="tooltip" data-placement="top" title="Delete"> @endcan @endcan | path .'/' . $item->name) }}" download="{{$item->name}}">{{$item->name}} | {{isset($item->created_at) ? date( 'd/m/Y h:i:s' , strtotime($item->created_at)) : '-'}} |