@extends('client.layouts.app') @section('title', 'PROMOZIONI') @section('content') @component('components.scroll-pagination', [ 'action' => action('Client\PromotionController@index'), 'last_page' => $promotions->lastPage() ])

PROMOZIONI

@endcomponent @endsection