@extends("common.layout") @section("header") @endsection @section("content")

IP 설정

@csrf
전체보이기
IP 목록
@foreach ($list as $item) @php $isAllow = true; if ( $item->is_allow == 0 || ( $item->is_allow == 2 && $item->ended_at < date('Y-m-d H:i:s'))) { $isAllow = false; } @endphp @endforeach
IP name 비고 혀용여부 제한시간 등록자 등록일 관리
is_allow != 2) /> is_allow != 2) /> {{ $item->user->name }} {{ date('Y-m-d H:i', strtotime($item->created_at)) }} @if ( $isAllow ) @endif
@endsection @push("script") @endpush