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

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

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

@endsection @push('js') @endpush