@extends('admin.layout.master') @section('home')
| # | Head | Visibility | Department | Details | Link | File | Status | Action |
|---|---|---|---|---|---|---|---|---|
| {{ $i++ }} | {{ $notice->head }} |
@if ($notice->visibility == 1)
All @elseif($notice->visibility ==2)Custom @endif |
Not Found |
{!! 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 |