@extends('layouts.master_app') @section('title') Clasificación @endsection @section('css') @endsection @section('content')
@include('partials.success')
@foreach($prices as $item) @endforeach
# Precio Canal de venta Acciones
{{$loop->index+1}} {{$item->price}} {{$item->sale_channel->name }}
@endsection @section('js') @endsection