@extends('admin.layouts.app') @section('title','Edit Product — '.$product->product_name) @section('breadcrumb') / Inventory / {{ $product->product_name }} / Edit @endsection @section('content')
{{ $product->product_code }}