@extends('livewire-material::showcase.layout') @section('content')

Livewire Material

Material 3 Expressive for Laravel and Livewire.

Every token and component, rendered in this application's own scheme and theme. Pick a section in the navigation, search for one above (or press /), or start below.

@foreach (collect($sections)->groupBy('group', preserveKeys: true) as $group => $entries)

{{ $group }}

@foreach ($entries as $key => $entry) {{ $entry['title'] }}

{{ $entry['description'] }}

@endforeach
@endforeach
@endsection