@extends('layouts.master')
@section('title', 'PetroERP- An ERP for Petrol Pumps')
@section('content')
@if(count($category)>0)
Sr.No |
Category Name |
Sub Category Name |
Action |
@foreach($category as $key => $row)
{{$key+1}} |
{{$row->spCategory}} |
{{$row->name}} |
|
|
@endforeach
@else
No Active Records Found.
@endif
@endsection