{{-- header --}} @php($breadcrumbs = [ '在庫調整履歴'=>route('inventory-adjustments.log.index'), '在庫調整詳細'=>null ])
@if($canUpdate) @endif
{{-- contents --}}
@if($errors->any())
@foreach ($errors->all() as $error)

{{ $error }}

@endforeach
@endif @include('user.inventory-adjustments.entry.partials.show')