@extends('admin.layout.master') @section('content')
| # | Head | Visibility | Cost Center | {{--Department | --}}Details | Link | {{--File | --}}Status | Action |
|---|---|---|---|---|---|---|---|---|---|
| {{ $i++ }} | {{ $notice->head }} |
@if ($notice->visibility == 1)
All @elseif($notice->visibility ==2)Custom @endif |
@foreach (adminAsignedCostCenterList() as $cost_center) @if(in_array($cost_center->id, ($notice->cost_center_id ? json_decode($notice->cost_center_id):[]) )) {{ $cost_center->name}}, @endif @endforeach | {!! Str::limit($notice->details, 200) !!} |
@if (!empty($notice->link))
Click
@else
Not Found @endif |
{{--
@if ($notice->attachment)
@else
Not Found @endif | --}}
@if ($notice->status == 1)
Active @elseif($notice->status ==2)Pending @endif |
@if ($notice->attachment) download @endif |