# | Titulo | Imagen | Precio | Action | ||
---|---|---|---|---|---|---|
{{ $servicio->id }} | {{ $servicio->titulo }} |
|
{{ number_format($servicio->precio, 0, ',', '.') }} | {!! Form::open(['route' => ['admin.servicios.destroy', $servicio->id], 'method' => 'delete']) !!} {!! Form::close() !!} |