@extends('parent-panel.partials.master') @section('title') {{ @$data['title'] }} @endsection @section('content')
{{-- bradecrumb Area S t a r t --}} {{-- bradecrumb Area E n d --}}

{{ $data['title'] }}

@if (hasPermission('homework_create')) {{ ___('common.add') }} @endif
@forelse ($data['notice-boards'] ?? [] as $key => $row) @empty @endforelse
{{ ___('common.sr_no') }} {{ ___('common.title') }} {{ ___('online-examination.date') }} {{ ___('online-examination.publish date') }} {{ ___('common.description') }} {{ ___('common.attachment') }} {{ ___('common.status') }}
{{ ++$key }} {{ $row->title }} {{ date('d-m-Y', strtotime(@$row->date)) }} {{ date('d-m-Y H:i a', strtotime(@$row->publish_date)) }} {!! @$row->description !!} @if ($row->status == App\Enums\Status::ACTIVE) {{ ___('common.active') }} @else {{ ___('common.inactive') }} @endif

{{ ___('common.no_data_available') }}

{{ ___('common.please_add_new_entity_regarding_this_table') }}

@endsection @push('script') @include('backend.partials.delete-ajax') @endpush