@extends('admin.layouts.app') @section('page_title', __('Notice')) @section('content')

@lang('Notice')

@lang('Add Notice')
@forelse($notices as $key => $item) @empty @endforelse
@lang('Sl') @lang('Title') @lang('Status') @foreach($allLanguage as $language) {{ $language->name }} Flag @endforeach @lang('Action')
{{ loopIndex($notices) + $loop->index }} @lang(optional($item->details)->title) @if($item->status == 1) @lang("Active") @else @lang("Inactive") @endif @foreach($allLanguage as $language) @endforeach
Image Description Image Description

@lang("No data to show")

@if($notices->lastPage() > 1) @endif
@endsection @push('script') @endpush