@include('website.layouts.new.head') @include('website.layouts.new.header')

How can we help you?

If you have any requests regarding any product or item, please fill out the form below and we will get back to you as soon as possible.
@csrf
@php $fields = ['fecha', 'parte', 'cantidad', 'precio', 'telefono', 'descripcion']; @endphp @foreach ($fields as $field) @error($field)
{{ $message }}

@enderror @endforeach
@include('website.home.partials.new.section-nav-button') @include('website.home.partials.new.scripts')