@extends('admin.layouts.app') @section('panel')
@forelse($logicBoxes as $logicBox) @empty @endforelse
@lang('SL') @lang('Name') @lang('Type') @lang('Duration') @lang('Status') @lang('Action')
{{ $logicBoxes->firstItem() + $loop->index }} {{ $logicBox->name }} @if ($logicBox->type == Status::LOGIC_BOX_TYPE_PROFIT) @lang('Profit') @else @lang('Loss') @endif {{ $logicBox->duration }} @php echo $logicBox->statusBadge; @endphp
@if ($logicBox->status == Status::DISABLE) @else @endif
{{ __($emptyMessage) }}
@if ($logicBoxes->hasPages()) @endif
@endsection @push('breadcrumb-plugins')
@endpush @push('script-lib') @endpush @push('script') @endpush