{{-- header actions --}}
{{-- search --}}
@php
$startOfLastYearMonth = Carbon\Carbon::now()->subYear()->startOfMonth()->format('Y/m/d');
$endOfMonth = Carbon\Carbon::now()->endOfMonth()->format('Y/m/d');
$statusItems = [
(object)['value' => '入荷予定', 'name' => '入荷予定'],
(object)['value' => '入荷済', 'name' => '入荷済'],
];
@endphp
{{-- modal --}}
{{-- script --}}
{{-- style --}}