@extends('layouts.master') @section('title','Supplier Type') @section('page-header') Supplier Type @stop @section('css') @stop @section('content')
| Total : {{ $supplierTypes->total() }} | ||
| SL | Sample Type Name | Action |
|---|---|---|
| {{ $key+$supplierTypes->firstItem() }} | {{ $supplierType->name }} | @if(hasPermission('supplier.types.edit', $slugs)) @endif @if(hasPermission('supplier.types.delete', $slugs)) @endif |