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

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

Warning: Undefined variable $type in /home2/dev22ks/public_html/resources/views/app/gold_management/masters/jewellery_category.blade.php on line 9
@section('title', $title) @section('vendor-style') @endsection @section('page-style') @endsection @section('content')
@if(Auth::user()->role == "SUPER_ADMIN" || Auth::user()->role == "ADMIN" || Auth::user()->role == "STOCK_MANAGER") @elseif(Auth::user()->role == "PURCHASE_MANAGER" && Auth::user()->metal_type == "diamond" && $type == "diamond") @endif
@foreach ($categories as $key => $category) @endforeach
No. Type Category ShortCode
{{ $key+1 }} {{ $category['type'] }} {{ $category['category'] }} {{ $category['short_code'] }}
@endsection @section('vendor-script') @endsection @section('page-script') @endsection