@extends('backend.layout') @section('content')

{{ ($ads->currentPage() - 1)*10 + 1 }}-{{ ($ads->currentPage() - 1)*10 + $ads->count() }} trong {{ $ads->total() }} bản ghi.

{{-- --}} @if($ads != null) @foreach($ads as $stt => $ad) @if ($ad->type == 'image') @else @endif {{-- --}} @endforeach @endif
STT Tiêu đề Nội dungLink adsThứ tự Trạng thái ads Skipable Click Trang đích Action
{{ ($ads->currentPage() - 1)*$ads->perPage() + $stt + 1 }} {{ $ad->title }}{{$ad->content}}{{ Str::limit($ad->link_ads, 50, '...') }}{{ $ad->display_order }}
@if ( $ad->type == 'video')

{{$ad->skipable==1? 'Có' : 'Không'}}

@endif
{{$ad->count_click}}
{{ $ads->links() }}
@endsection @push('styles') @endpush @push('scripts') @endpush