@php $configData = Helper::appClasses(); @endphp @extends('layouts/layoutMaster') @section('title', __('Notice Details')) @section('page-style') @endsection @section('content')
{{ $notice->title }}
@switch($notice->notice_for) @case('all') @lang('All Employees') @break @case('teams') @lang('Specific Teams') @break @case('employees') @lang('Specific Employees') @break @default {{ ucfirst($notice->notice_for) }} @endswitch
{{ $notice->created_at->format('d-m-Y H:i:s') }}
@if($notice->expiry_date) {{ $notice->expiry_date->format('d-m-Y H:i:s') }} @if($notice->expiry_date < now()) @lang('Expired') @else @lang('Active') @endif @else @lang('No Expiry') @endif
@lang('All Employees')
@endif{{ $notice->createdBy ? $notice->createdBy->name : 'System' }}
{{ $notice->updatedBy->name }}
{{ $notice->updated_at->format('d-m-Y H:i:s') }}
@lang('Loading...')
@lang('Loading...')
@lang('Loading...')
@lang('Loading...')
@lang('Loading...')