{{ $pageTitle }}
| {{ __('SL') }} | {{ __('Title') }} | {{ __('Details') }} | {{ __('Date') }} |
|---|---|---|---|
| {{ $loop->iteration }} | {!! $notice->title !!} | {!! $notice->details !!} | {{ $notice->start_date }} |
@extends('tenant.layouts.app') @section('content')
| {{ __('SL') }} | {{ __('Title') }} | {{ __('Details') }} | {{ __('Date') }} |
|---|---|---|---|
| {{ $loop->iteration }} | {!! $notice->title !!} | {!! $notice->details !!} | {{ $notice->start_date }} |