@extends("domains.common.layouts.layout") @section("header") @vite([ 'resources/js/domains/common/tomSelect.js', ]) @endsection @section("main-content")
번호 | 등록 일시 | 교재 번호 | 활성 구분 | 서비스 구분 | 모듈 | 과목 | 레벨 | 판매 구분 | 교재명 | 오디오 파일 | 판매가 |
---|---|---|---|---|---|---|---|---|---|---|---|
{{ $textbook->id }} |
@if (isset($textbook->created_at))
{{ explode(" ", $textbook->created_at)[0] }} {{ explode(" ", $textbook->created_at)[1] }} @else - @endif |
{{ $textbook->id }} | {{ $textbook->activated ? "활성" : "비활성" }} | {{ $textbook->service->name }} | {{ $textbook->module->name }} | {{ $textbook->subjects?->implode("name", ", ") ?? "-" }} | {{ $textbook->level }} | {{ $textbook->sales_type }} | {{ $textbook->name }} | {{ last(explode('/', $textbook?->audio_s3_key ?? '')) ?? '-' }} | {{ $textbook->sales_price }} |
No data. |