@extends('adminlte::page') @section('title', 'お知らせ一覧(ログイン画面)') @section('content_header')
@stop @section('content')

お知らせ一覧

@if(Gate::forUser(\Auth::user())->allows('employeeOperation', 'news|2')) @endif
@if ($guestNews->count() > 0) @foreach ($guestNews as $newsItem) @endforeach @else @endif
内容 表示 表示開始 表示終了 編集
{{ $newsItem->content }} @if ($newsItem->is_display) @endif {{ $newsItem->display_start_at }} {{ $newsItem->display_end_at }} @if(Gate::forUser(\Auth::user())->allows('employeeOperation', 'news|2')) 編集 @endif
登録されていません。

{{ $guestNews->links() }}
@stop @section('css') @stop