@extends('layout') @section('h4-page', __('Announcement')) @section('contents')
| # | {{ __('Title') }} | {{ __('Details') }} | {{ __('Setting') }} | {{ __('Action') }} |
|---|---|---|---|---|
| {{ $key + 1 }} | {{ $item->title }} | {{ $item->content }} | {{ $item->type == 'all' ? __('All') : __('Someone') }} |
|
| {{ __('NoDataFound') }} | ||||
| {{ __('NoDataFound') }} | ||||