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

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

@if($intros != null) @foreach($intros as $stt => $device) @endforeach @endif
STT Type Value Action
{{ ($intros->currentPage() - 1)*$intros->perPage() + $stt + 1 }} {{ config('itv.type_intro.'.$device->type) }} @if($device->type != 'video') @else @endif
{{ $intros->appends(@$_GET)->links() }}
@endsection @push('styles') @endpush @push('scripts') @endpush