@lang('Descripcion') @include('partials.sort-icons',['field' => 'descripcion']) | @lang('Receptoria') @include('partials.sort-icons',['field' => 'counter_id']) | @lang('Impresora ID') @include('partials.sort-icons',['field' => 'impresora_id']) | {{--@lang('Created At') @include('partials.sort-icons',['field' => 'created_at']) | --}}@lang('Updated At') @include('partials.sort-icons',['field' => 'update_at']) | @lang('Actions') | |
---|---|---|---|---|---|---|
{{-- | --}} | |||||
{{$record->descripcion}} | {{$record->receptoriaName()}} | {{$record->impresora_id}} | {{--{{$record->created_at}} | --}}{{$record->updated_at}} | @include('partials.actions-buttons-new',[ 'id' => $record->id, 'trashed' => $record->trashed() ]) |