@foreach ($structs as $structs_licit) @endforeach
Nome Slug Manutenção
{!! $structs_licit->name !!} {!! $structs_licit->slug !!} {!! Form::open(['route' => ['version_bidding.destroy', $structs_licit->id], 'method' => 'delete']) !!}
{{-- @shield('version_bidding.create') --}} {{-- @endshield --}} {{-- @shield('version_bidding.show') --}} {{-- @endshield --}} {{-- @shield('version_bidding.edit') --}} {{-- @endshield --}} @if ($structs_licit->id > 1) {{-- @shield('version_bidding.delete') --}} {{-- @endshield --}} @endif
{!! Form::close() !!}