@extends('admin.layouts.app') @section('title', 'Create Product') @section('page-title', 'Create Product') @section('content')
{{ isset($duplicateProduct) ? 'This form is pre-filled from an existing product' : 'Fill in the details below to create a new product' }}