@php $startOfLastYearMonth = Carbon\Carbon::now()->startOfMonth()->format('Y/m/d'); $endOfMonth = Carbon\Carbon::now()->endOfMonth()->format('Y/m/d'); $statusItems = [ (object)['value' => '入荷予定', 'name' => '入荷予定'], (object)['value' => '入荷済', 'name' => '入荷済'] ]; @endphp {{-- header actions --}}
@php($links = [ '3' => '入荷予定リスト(物流用(今月))', '4' => '入荷予定リスト(物流用(来月))', ]) @foreach($links as $id=>$name) @php($disabled = ($id == $report->id)) @endforeach
{{-- search --}}
{{-- modal --}} {{-- script --}} {{-- style --}}