@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
@if($displayEdit != 'displayblock') @include('painel/licitacao/create') @endif
@if($displayEdit == 'displayblock') @include('painel/licitacao/edit') @endif
Lista de Licitação
{{-- */$x=0;/* --}} @foreach($licitacao as $item) {{-- */$x++;/* --}} @endforeach
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 }}
@endsection