@section('site_title', formatTitle([__('Pixels'), config('settings.title')])) @include('shared.breadcrumbs', ['breadcrumbs' => [ ['url' => route('admin.dashboard'), 'title' => __('Admin')], ['title' => __('Pixels')], ]])

{{ __('Pixels') }}

{{ __('Pixels') }}
@include('shared.filter-tags')
@include('shared.message') @if(count($pixels) == 0) {{ __('No results found.') }} @else
{{ __('Name') }}
{{ __('User') }}
{{ __('Links') }}
@foreach($pixels as $pixel) @endforeach
{{ __('Showing :from-:to of :total', ['from' => $pixels->firstItem(), 'to' => $pixels->lastItem(), 'total' => $pixels->total()]) }}
{{ $pixels->onEachSide(1)->links() }}
@endif