@extends('layouts/contentLayoutMaster')
Warning: Undefined variable $type in /home2/dev22ks/public_html/resources/views/app/gold_management/masters/jewellery_subcategory.blade.php on line 4

Warning: Undefined variable $type in /home2/dev22ks/public_html/resources/views/app/gold_management/masters/jewellery_subcategory.blade.php on line 6

Warning: Undefined variable $type in /home2/dev22ks/public_html/resources/views/app/gold_management/masters/jewellery_subcategory.blade.php on line 8
@section('title', $title) @section('vendor-style') @endsection @section('page-style') @endsection @section('content')
@foreach ($items as $key => $item) @endforeach
No. Type Category Subcategory ShortCode
{{ $key+1 }} {{ $item->type}} {{ $item->parent }} {{ $item->subcategory }} {{ $item->short_code }}
@endsection @section('vendor-script') @endsection @section('page-script') @endsection