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

Create Product Code

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