@include('backend.layouts.autocomplete') @extends('backend.layouts.app') @section('content')

{{ TranslationManager::translate('Bundles') }}

@foreach ($bundles as $key => $bundle) @endforeach
# {{ 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() }}
{{ $bundles->appends(request()->all())->links() }}
@endsection @push('scripts') @endpush