@extends('admin/layout') @section('page_title','Manage Users Login Type') @section('users_login_select','active') @section('container')

Manage Users Login Type

@csrf
@php $count = 0; @endphp @foreach($luList as $list) @if($count % 3 === 0)
@endif
@if(($count + 1) % 3 === 0 || $loop->last)
@endif @php $count++; @endphp @endforeach
@endsection