@extends('layouts.app') @section('content')

{{__('texte.producer_marks_arr.show.show_mark')}}

{{__('texte.producer_marks_arr.show.name')}}: {{ $mark->name }}
{{__('texte.producer_marks_arr.show.active')}}: {{ App\Model::ACTIVE[$mark->active] }}
{{__('texte.producer_marks_arr.show.producer')}}: {{ $mark->producer->name }}
{{__('texte.producer_marks_arr.show.products')}}: @foreach ($mark->products as $product) {{ $product->name }} @endforeach
@endsection