@include('backend.layouts.autocomplete') @extends('backend.layouts.app') @section('content')
| # | {{ TranslationManager::translate('Name') }} | {{ TranslationManager::translate('Is Best') }} | {{ TranslationManager::translate('Created At') }} | {{ TranslationManager::translate('Action') }} |
|---|---|---|---|---|
| {{ $key + 1 }} | {{ $bundle->getName() }} | @if ($bundle->is_best == 1) {{ TranslationManager::translate('Accepted') }} @else {{ TranslationManager::translate('Not Accepted') }} @endif | {{ $bundle->getCreatedAt() }} |
|