| ID | 프로모션 명 | 프로모션 코드 | 진행기간 | 관리 |
|---|---|---|---|---|
| {{ $p->id }} | {{ $p->name }} | {{ $p->code }} | {{ $p->started_at }} ~ {{ $p->ended_at }} |
@extends("common.layout") @php $page_title = "프로모션 목록" @endphp @section('page-title', $page_title) @section("content")
| ID | 프로모션 명 | 프로모션 코드 | 진행기간 | 관리 |
|---|---|---|---|---|
| {{ $p->id }} | {{ $p->name }} | {{ $p->code }} | {{ $p->started_at }} ~ {{ $p->ended_at }} |