@extends('painel.layouts.dashboard') @section('title', 'Licitação') @section('title-dashboard') @if($displayEdit != 'displayblock') @endif Licitação @endsection @section('pg-home') @endsection @section('content') @parent
| Cód. | Seq. | {{ trans('licitacao.modalidade_id') }} | Nº/Ano | Secretaria | Objeto | Valor | Ações | |
|---|---|---|---|---|---|---|---|
| {{ $item->id }} | {{ $item->sequencia }} | @if(!empty($item->modalidade_id)){{ $item->modalidades->nome }}@endif |
{{ $item->numero.'/'.$item->ano }} |
@if($item->secretaria_licitacao_id != '') {{$item->secretarias->nome}} @endif | {{str_limit(strip_tags($item->objeto),150)}} | {{ $item->valor }} |
|