@extends('admin.layouts.app') @section('title', 'Create Product Code') @section('back-url', route('product-codes.index')) @section('content')
@csrf @include('admin.product_codes.form')
@endsection