@extends('payroll.employee_frontend.layouts.employee') @section('content')

Circular Board

@php($i = 1) @foreach ($notice as $v_notice) @endforeach
# Head Details Link Attachment Action
{{ $i++ }} {{ $v_notice->head }} {!! Str::limit($v_notice->details, 200) !!} @if (!empty($v_notice->link)) Click @else

Not Found

@endif
@if ($v_notice->attachment) @else

Not Found

@endif
@if ($v_notice->attachment) download @endif
{{ $notice->links() }}
@include("payroll.employee_frontend.notice_circular.details_modal") @endsection