@extends('layouts.dashboard') @section('content')

{{!empty($product) && $product->id ? "Edit" : "Create"}} Product {{!empty($product->product_name) ? " : " . $product->product_name : ""}}

@include('backend.errors.formErrors')
@if ($product && !empty($product->id)) @endif @csrf
@if (!empty($pro_params)) @foreach ($pro_params as $param)
@endforeach @endif
@endsection