@extends('layouts.app') @push('plugin-styles') @endpush @section('content')
| Núm. | Descripcion | Cantidad | Disponible | Vista | Vista |
|---|---|---|---|---|---|
| {{$key+1}} | {{$item->partido}} | {{$item->cantidad}} | {{$item->disponible}} | @if($item->vista == 1) Curules @else Butacas @endif | {!! Form::open(['route'=>["lugares.destroy", $item->id], 'class'=>'form_destro', 'method'=>'DELETE', 'role' => 'form', 'id'=> $item->id.'form' ]) !!} {!! Form::close() !!} |