@if ( $posts->isNotEmpty() ) @foreach ($posts as $post) @endforeach @else @endif
{{ __('Slug') }} {{ __('Default Language') }} {{ __('Translation Progress') }} {{ __('Status') }} {{ __('ADS') }} {{ __('Latest updates') }} {{ __('Action') }}
{{ $post->slug }}
@if (count( $post->translations ) == $total_lang) {{ count( $post->translations ) }}/{{ $total_lang }} @else {{ count( $post->translations ) }}/{{ $total_lang }} @endif {{ ($post->post_status) ? __('Enabled') : __('Disabled') }}
ads_status ? 'checked' : '' }}>
{{ $post->updated_at }}
{{ __('No record found') }}
@if( $posts->hasPages() )
{{ $posts->links() }}
@endif