@extends('admin.layouts.app') @section('title', 'Edit Product Code') @section('content')

Edit Product Code

@csrf @method('PUT') @include('admin.product_codes.form')
@endsection