@extends('layouts.manage') @section('title') @lang("Edit HSN Code") @endsection @section('page-header-title') @lang("Edit HSN Code") @lang('View HSN Codes') @endsection @section('page-header-description') @lang("Edit HSN Code") @lang('Go Back') @endsection @section('scripts') @if(config('settings.toast_notifications_enable')) @endif @endsection @section('content') @include('partials.manage.hsn-codes.edit') @endsection