@extends('app.layout') @section('sub_content')
@if (session('success')) @endif @if (session('error')) @endif
{{ __('Libellé') }}
{{ $marque->libelle }}
@livewire('show-marque', ['id' => $marque->id])
@endsection