@extends('admin.layouts.master') @section('title', 'HSN') @section('content')
@include('admin.includes.msg')
@if(!empty($alldata) && $alldata->count()>0) @foreach($alldata as $key=>$val) @endforeach @endif
Sl.No HSN Name GST Slab Visible Action
{{$key+1}} {{ $val->hsn_code}} {{ $val->gst_percentage}}%
status==1) checked @endif>
@if(!isset($inproduct[$val->hsn_code]))
{{ method_field('delete') }} {{ csrf_field() }}
@endif
@endsection