@extends('layouts.main') @section('title', '| Extintores') @section('titlePage', 'Extintores') @section('content')
@includeif('partials.errors')
{{ __('Crear nuevo extintor') }}
@csrf @include('product.form')
@endsection