@extends('superadmin.layouts.app') @section('title', 'Prodotti') @section('page-classes', 'services') @section('content') @include('superadmin.partials.alerts')
CREA NUOVA PRODOTTI
@component('components.scroll-pagination', [ 'action' => action('Superadmin\ProductsController@index'), 'last_page' => $products->lastPage() ])
{{ Form::open(['route' => 'superadmin.products.index', 'method' => 'GET', 'class' => 'searchForm-wrapper']) }} {{ Form::text('q', request()->query('q'), ['class' => 'form-searchProducts']) }} {{ Form::close() }}
Codice DISPONIBILITÀ Nome PREZZO AL PUBBLICO
@endcomponent @endsection