@extends('layouts/pos_layout') @section('title', '| Product Brand List') @section('content') @include('successMsg')

PRODUCT BRAND LIST

{{ csrf_field() }} @if(!empty($productBrands)) @foreach($productBrands as $productBrand) @endforeach @endif
SL# Brand Action
{{++$no}} {{$productBrand->name}}   @if(count($productBrand->product) == 0) @endif
@include('dataTableScript') @endsection