@extends('layouts.admin') @section('title', isset($product) ? 'Edit Product' : 'Add Product') @section('page_title', isset($product) ? 'Edit Product' : 'Add New Product') @section('content')
#{{ $product->id }}
{{ $product->created_at->format('M d, Y') }}
{{ $product->updated_at->format('M d, Y H:i') }}
Fill in the form to create a new product
@endif