@extends('layout.app') @section('title', __('new_product')) @section('content')
@csrf
{{ __('new_product') }}
@include('product.form')
@endsection @push('scripts') @endpush