@if (count($notices) > 0)
@push('styles')
@endpush
@push('script')
@endpush
@else
| # | @lang('Notice Title') | @lang('Edit') | @lang('Status') |
|---|---|---|---|
| {{$key+1}} | {{$notice->title}} | @lang('Edit') | @lang($notice->active == 1 ? 'Published' : 'Unpublished') |
@lang('No Related Data Found.')
@endif