@extends('layouts/fams_layout') @section('title', '|Prefix') @section('content')

PREFIX LIST

@foreach($productPrefixs as $key=>$productPrefix) @endforeach
SL# Name Code Status Action
{{$key+1}} {{substr($productPrefix->name, 0,-1)}} {{$productPrefix->code}} @if($productPrefix->status==0) @else @endif  
@include('dataTableScript') @endsection