@extends('layouts.admin') @section('title', 'Blog') @section('content')

Categories

@foreach ($categories as $key => $item)
# Category Action
{{ $key + 1 }} {{ $item->name }} @if ($item->id != 1)
@else -- @endif
{{-- Add Category modal --}} @stop @section('js') @stop