# | Tiêu đề | ngày đăng | Thao tác |
---|
-
{{--@if ($total_record > 0)
@extends('shared.admin')
@section('content')
Add User to Group
#
Tiêu đề
ngày đăng
Thao tác
{{--@if ($total_record > 0)
@php
$left = true;
$right = true;
@endphp
@for ($page = 2; $page <= $total_page - 1; $page++)
@if ($page < $current_page - 2)
@if ($left)
@php
$left = false;
@endphp
@endif
@elseif ($page > $current_page + 2)
@if ($right)
@php
$right = false;
@endphp
@endif
@else
@endif
@endfor
@if ($total_page > 1)
@endif
@endif--}}