@if ($message = Session::get('success'))
{{ $message }}
@endif
@if ($errors->any())
Please fix the following errors:
@foreach ($errors->all() as $error)
- {{ $error }}
@endforeach
@endif
@if($products->hasPages())
@include('partials.pagination', ['paginator' => $products])
@endif