@extends('layouts/contentLayoutMaster') @section('title', 'Loose Category') @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") @endif
@foreach ($categories as $key => $category) @endforeach
No. Category ShortCode
{{ $key+1 }} {{ $category->category }} {{ $category->short_code }}
@endsection @section('vendor-script') @endsection @section('page-script') @endsection