@extends('adminlte::layouts.app') @section('htmlheader_title') Duplicates @endsection @section('contentheader_title') Review Duplicate Items @endsection @section('contentheader_description') {{ $catalog->count() }} to review @endsection @section('page_title') Duplicates @endsection @section('main-content')
@if ($catalog->count()) {{ $catalog->links() }}
{{ csrf_field() }} @include('catalog.widgets.duplicates')
@else NONE! @endif
@endsection