@extends('print.template.checklist')
@section('title', '売上チェックリスト')
@section('header')
{{$entity->location?->joinedLocation}}
{{$entity->item->code}}
{{$entity->item->packaging}}
{{$entity->returned_purchase_quantity ?? 0}}
{{$entity->returned_earning_quantity ?? 0}}
{{$entity->item->name}}
{{$entity->stock_allocation->name}}
{{$entity->current_quantity}}
{{$entity->day_before_quantity ?? 0}}
{{$entity->last_closing_purchase_amount ?? 0}}
{{$entity->purchased_quantity ?? 0}}
{{$entity->last_closing_sales_amount ?? 0}}
{{$entity->earned_quantity ?? 0}}
@endforeach
@endsection