@extends('layouts.admin') @section('title', 'Galerie') @section('breadcrumb') @endsection @section('styles') @endsection @section('content') @livewire('gallery-manager') @endsection