@php Theme::layout('full-width'); Theme::set('pageTitle', __('Stores')); @endphp
{{ __('Showing :from-:to of :total stores', ['from' => $stores->firstItem(), 'to' => $stores->lastItem(), 'total' => $stores->total()]) }}