@extends('user::layouts/panel') {{-- Style --}} @push('module-links') @endpush {{-- Content --}} @section('module-content')
@foreach($users as $key => $user) @endforeach
順序 使用者 是否顯示
{{$key+1}} {{$user->name}}
visible=='是' ? 'checked' : '' }}>
visible=='否' ? 'checked' : '' }}>
@endsection {{-- META --}} @push('meta') @endpush {{-- JS --}} @push('module-scripts') @vite('resources/js/sortable.js') @endpush