@extends('layouts.app') @section('title', 'Edit HS Codes') @php $breadcrumbs = [['label' => 'Masters', 'url' => route('masters.hs-codes.index')], ['label' => 'HS Codes', 'url' => route('masters.hs-codes.index')], ['label' => 'Edit']]; @endphp @section('content')

Edit HS Codes

Back
@csrf @method('PUT')
code ?? "") }}" placeholder="e.g. 72085100" required>
description ?? "") }}" required>
chapter ?? "") }}">
section ?? "") }}">
unit ?? "") }}" placeholder="e.g. KGS, NOS">
is_active ?? true) ? 'checked' : '' }}>
Cancel
@endsection