@csrf @method('PUT')
@csrf
@foreach ($components as $component) @endforeach
@foreach ($page->items as $item) @endforeach
{{ __('Reposition') }} {{ __('Title') }} {{ __('Component') }} {{ __('Status') }}
{{ $item->title ?? '' }} {{ $item->component_name ?? '' }} status ? 'checked' : '' }} data-toggle="toggle" data-onlabel="{{ __('Active') }}" data-offlabel="{{ __('Inactive') }}" data-onstyle="success" data-offstyle="danger">