@extends('layout.backend.main') @section('content')
{!!trans('x.Stock')!!} @if (Request::has('show-season')) - {{ trans('x.Show only stock') }} @else - {{ trans('x.Show all season') }} @endif
@if (isset($priceList)) @endif @foreach ($sizes as $size) @endforeach @if (isset($priceList)) @endif @foreach ($sizes as $size) @endforeach @foreach ($variations as $variation) @if (isset($priceList)) @endif @foreach ($sizes as $size)
Img {{ trans('x.Seas') }} {{ trans('x.Type') }} {{ trans('x.Model') }} {{ trans('x.Product') }} {{ trans('x.Variation') }}{{ trans('x.Price') }}{{$size->name}}{!!trans('x.Qty')!!}
{{$variation->product->season->name}} {{$variation->product->type->name}} {{$variation->product->prodmodel->name}} {{$variation->product->name}} {{ $variation->sku }} {!! $variation->renderPrices($priceList) !!}