Order Date | @endif @if($columns['Season'])Season | @endif @if($columns['PO'])PO | @endif @if($columns['Customer'])Customer | @endif @if($columns['Style'])Style | @endif @if($columns['Colourway'])Colourway | @endif @if($columns['Qty'])Qty | @endif @if($columns['Total Qty'])Total Qty | @endif|
---|---|---|---|---|---|---|---|---|
{{date("d-M-Y", strtotime($order->order_date))}} | @endif @if($columns['Season']){{$order->season}} | @endif @if($columns['PO']){{$order->po}} | @endif @if($columns['Customer']){{$order->customer}} | @endif @if($columns['Style'])@endif @if($columns['Colourway']) | @endif @if($columns['Qty']) | @endif @if($columns['Total Qty']) | @endif |
@can("order:delete")
@endcan
|
{{date("d-M-Y", strtotime($order->order_date))}} | @endif @if($columns['Season'] && $loop->first){{$order->season}} | @endif @if($columns['PO'] && $loop->first){{$order->po}} | @endif @if($columns['Customer'] && $loop->first){{$order->customer}} | @endif @if($columns['Style'])deleted) class="text-danger" style="text-decoration: line-through;" @endif>{{$style->design}} | {{$style->style}} | {{$style->description}} ({{$style->version_name}}) | @endif @if($columns['Colourway'])deleted) class="text-danger" style="text-decoration: line-through;" @can('order:update') wire:click="restore({{$style->id}})" onclick="confirm('Are you sure you want to restore this line?') || event.stopImmediatePropagation()" @endcan @endif>{{Str::title($style->colourway)}} | @endif @if($columns['Qty'])deleted) class="text-danger" style="text-decoration: line-through;" @endif>{{$style->qty}} | @endif @if($columns['Total Qty'] && $loop->first){{$order->total_qty}} | @endif @if($loop->first)
{{-- @can('asd')
@endcan --}}
|
@endif