@use(App\Models\System) @extends('layouts.app') @section('htmlheader_title') Register System @endsection @section('content')
@csrf

Register System

@php($options = System::select(['systems.id','systems.name']) ->active() ->where('id','<>',$setup->system_id) ->whereRaw('id NOT IN (SELECT system_id FROM "system_user")') ->cursor())
@endsection