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

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

@if($ad_pos != null) @foreach($ad_pos as $stt => $ad_po) @endforeach @endif
STT Vị trí quảng cáo Action
{{ ($ad_pos->currentPage() - 1)*$ad_pos->perPage() + $stt + 1 }} {{ $ad_po->position_name}}
@endsection @push('styles') @endpush @push('scripts') @endpush