@if($showform)
@if(isset($record) && !$create) @endif @csrf @else
@endif
@if($admin)
@endif

List Details

@if($showform) @else
{{ isset($record) ? $record->title : '' }}
@endif
{{--
--}} @if($showform) @if(!$admin && $create) custlist @endif @else
{{ isset($record) ? $record->scriptid : '' }}
@endif {{--
--}}
isinactive) ? 'checked' : '' }} class="checkbox-style" @if(!$showform) disabled @endif>
@if(isset($record) && !$admin && !$create)
{{ isset($record) ? $record->createdBy->name : '' }}
@endif
{{-- Form section --}} @if(isset($record)) @endif
@if($admin)

Group {{ $selectedGroup }}

@foreach ($groups as $groupitem)
id ) checked @endif @if(!$showform) disabled @endif type="radio" class="h-4 w-4 border-gray-300 text-indigo-600 focus:ring-indigo-600" value="{{ $groupitem->id }}">
@endforeach
@if($showform)
@error('newGroupName') {{ $message }} @enderror
@endif
@endif
@if($showform)
{{-- @if(isset($record) && $record->locked) Locked @else --}} @if(isset($record)) Cancel @else Cancel @endif @if(!isset($record) || $create) @endif {{-- @endif --}}
@else
{{-- @if(isset($record) && $record->locked) List is locked. Re-import from third party to update. @else --}} Edit {{-- @endif --}}
@endif