{{-- @extends('category::layouts.master') --}} @extends('layouts.superadmin') @section('title', 'Catégories d\'évènements') @section('style') @endsection @section('content')

Catégories d'évènements

@foreach ($categories as $category) @endforeach
# Nom {{ __('adminWords.action') }}
{{ $loop->iteration }} {{ $category->name }}
@endsection @section('script') @endsection