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