@extends('layouts.main') @section('template_title') {{ __('Update') }} Product @endsection @section('content')
@includeif('partials.errors')
{{ __('Update') }} Extintor
{{ method_field('PATCH') }} @csrf @include('product.form')
@endsection