@extends('layouts.master') @section('content') @push('header_styles') @endpush
| # | @lang('notice.type') | @lang('notice.title') | @lang('notice.image') | @lang('actions.action') |
|---|---|---|---|---|
| {{ $i++ }} | @if($d->type == 1) @lang('notice.notice') @endif @if($d->type == 2) @lang('notice.magazine') @endif | @if($lang == 'en'){{ $d->title ?: $d->title_bn}} @else {{$d->title_bn ?: $d->title}}@endif | @lang('common.download') |