@extends('admin.layouts.app') @section('content')
{{ $module['title_sort'] }} Details:

Back Edit

Code {{ $hsnCode->code }}
Description {{ $hsnCode->description }}
Status {{ ($hsnCode->status == 1) ? 'Active' : 'Inactive' }}
@endsection