@extends('layouts.backend') @section('content-header')

Catégories

@endsection @section('content')

@foreach($categories as $category)
@include('backend.categories.item')
@endforeach
@endsection @section('scripts') @endsection