@include('modals.superAdmin.setting.instruction.addinstruction') @include('modals.superAdmin.setting.instruction.editinstruction')
@if (count($instructions) > 0) @foreach ($instructions as $key => $instruction) @endforeach @else @endif
S.No Instruction Status Action
{{ $instructions->firstitem() + $key }} {{ $instruction->instruction }}
status == 1 ? 'checked' : '' }} type="checkbox" role="switch" id="{{ $instruction->id }}" wire:click="updateStatus($event.target.checked,'{{ $instruction->id }}')">

No Record Found

@if ($instructions ) {{ $instructions->links('vendor.livewire.bootstrap') }} @endif