@extends('layouts.app') @section('title', $product->exists ? __('Edit Product') : __('Add Product')) @section('content')
@csrf @if($product->exists)@method('PUT')@endif
exists ? $product->is_active : true))>
@endsection