@extends('admin.layouts.app') @section('panel')
@if($scope === 'category') @lang('Category Scope Editor') @else @lang('Product Scope Editor') @endif
@lang('Back To Index')
@if($scope === 'category')
@else
@endif
@csrf
@forelse($sellerTypes as $sellerType) @php $row = $selection->get($sellerType->id); $checked = $row !== null; @endphp @empty @endforelse
@lang('Enabled') @lang('Seller Type') @lang('Required') @lang('Sort Order')
{{ $sellerType->title }} is_required) @disabled(! $checked)>
@lang('No seller types found')
@lang('Cancel')
@endsection @push('script') @endpush