@extends('superadmin.layouts.app')
@section('title', 'Prodotti')
@section('page-classes', 'services')
@section('content')
@include('superadmin.partials.alerts')
{{ 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