@extends('layouts.admin.app') @section('content')
@include('layouts.errors-and-messages') @if(!$products->isEmpty())

Products

@include('layouts.search', ['route' => route('admin.products.index')]) @include('admin.shared.products') {{ $products->links() }}
@endif
@endsection