{{ __('Tool Name') }} | {{ __('Tool Slug') }} | {{ __('Category') }} | {{ __('Default Language') }} | {{ __('Translation Progress') }} | {{ __('Status') }} | {{ __('ADS') }} | {{ __('Popular') }} | {{ __('Position') }} | {{ __('Latest updates') }} | {{ __('Action') }} |
---|---|---|---|---|---|---|---|---|---|---|
{{ ( empty( $tool->custom_tool_link ) ) ? $tool->tool_name : __('Custom Link'); }} |
{{ ( empty( $tool->custom_tool_link ) ) ? $tool->slug : $tool->custom_tool_link; }}
|
@if ( !empty($tool->category_id) ) {{ \App\Models\Admin\PageCategory::where('id', $tool->category_id)->first()->title }} @endif | @if (count( $tool->translations ) == $total_lang) {{ count( $tool->translations ) }}/{{ $total_lang }} @else {{ count( $tool->translations ) }}/{{ $total_lang }} @endif | {{ ($tool->tool_status) ? __('Enabled') : __('Disabled') }} |
ads_status ? 'checked' : '' }}>
|
popular ? 'checked' : '' }}>
|
{{ $tool->position }} | {{ $tool->updated_at }} | ||
{{ __('No record found') }} |