@extends('layouts.app', [ 'class' => '', 'activePage' => 'listProduct', 'titlePage' => __('Edit Product')]) @section('content')
@if (count($errors) > 0) @if($errors->any()) @endif @endif

{{ __('pages.edit') }}

@csrf
{{ __('pages.back') }}

@endsection @push('js') @endpush