@extends("common.layout") @section("header") {!! resource('js/components/tab.js') !!} @endsection @section("content")

약관목록

@include("operation.layout.term-tab", ['categories' => $categories, "tabCategory" => $category, "type" => "list"])
조회 결과 {{ $data->count() }}
@foreach ($data as $index => $item) @endforeach
No 버전관리 등록관리자 등록일 약관실행일자 수정관리자 사용여부
{{ $index + 1 }} Ver {{ $item->version }} {{ $item->createdBy ? $item->createdBy->name : '' }} {{ $item->created_at }} {{ $item->execute_date }} {{ $item->updatedBy ? $item->updatedBy->name : '' }} {{ $status[$item->status] }}
@endsection @push("script") @endpush