@extends('layouts.master') @section('titel', 'Category | ') @section('content') @include('partials.header') @include('partials.sidebar')

Category List

Add New Category
@foreach( $categories as $category) @if($category->status) @else @endif @endforeach
Category Status Action
{{ $category->name }}ActiveInactive
@endsection @push('js') @endpush