@extends('layout.backend.main') @section('content')
{{ trans('x.From') }} {{ trans('x.to') }} {{ trans('x.Show') }}
@foreach (\App\Size::used() as $size) @endforeach @if (Auth::user()->can('report.see_prices')) @endif
{!!trans('x.Type')!!} {!!trans('x.Product')!!} {!!trans('x.Variation')!!}{{$size->name}}{!!trans('x.Qty')!!}{!!trans('x.Price')!!}
@stop @section('pages-scripts') @stop