@extends('cms::layouts.master', ['dataTable' => true])
@section('title', 'Post Categories')
@section('content')
SN. |
Name |
Code |
Active |
Action |
@foreach ($categories as $category)
{{ $loop->iteration }} |
{{ $category->name }} |
{{ $category->code }} |
|
|
@endforeach
@endsection