@extends('layout.backend.main') @section('content')
{!!trans('x.Sold by Delivery Date')!!}
@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