@extends('adminlte::page') @section('title', 'お知らせ一覧(ログイン画面)') @section('content_header')
@stop @section('content')お知らせ一覧
| 内容 | 表示 | 表示開始 | 表示終了 | 編集 | ||
|---|---|---|---|---|---|---|
| {{ $newsItem->content }} |
@if ($newsItem->is_display)
|
{{ $newsItem->display_start_at }} | {{ $newsItem->display_end_at }} | @if(Gate::forUser(\Auth::user())->allows('employeeOperation', 'news|2')) 編集 @endif | ||
| 登録されていません。 | ||||||