@extends('admin.layouts.app') @section('title', 'Add Product Code') @section('back-url', route('my-codes.index')) @section('content')

Add Product Code

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