change address rule, email content and admin event crud
This commit is contained in:
@ -36,7 +36,7 @@
|
||||
<div class="col-md-8 main-area">
|
||||
<h5>#{{ $row->newsCatalog->name }}</h5>
|
||||
<h2>{{ $row->title }}</h2>
|
||||
<h5>發佈時間 <time>{{ date('Y-m-d h:i', strtotime($row->post_at)) }}</time></h5>
|
||||
<h5>發佈時間 <time>{{ date('Y-m-d H:i', strtotime($row->post_at)) }}</time></h5>
|
||||
<img src="{{ $img_src }}" alt="{{ $img_memo }}" width="100%" height="auto">
|
||||
<p> </p>
|
||||
<div>
|
||||
|
Reference in New Issue
Block a user