@extends('layouts.app') @section('link') @endsection @section('content')
@include('shared.messages')

{{__('texte.producer_marks_arr.index.producers')}} > {{!isset($changed_marks) ? __('texte.producer_marks_arr.index.marks_of') : __('texte.producer_marks_arr.index.revised_marks_of')}} {{$producer->name}}


@permission('mark-form-active-read')
@endpermission {{isset($changed_marks) ? __('texte.producer_marks_arr.index.marks') :__('texte.producer_marks_arr.index.revised_marks')}}
@if(isset($marks)) @foreach ($marks as $mark) @endforeach @else @foreach ($changed_marks as $mark) @endforeach @endif
{{strtoupper(__('texte.producer_marks_arr.index.id'))}} {{__('texte.producer_marks_arr.index.name')}} {{__('texte.producer_marks_arr.index.active_f')}}
{{ $mark->id }} {{ $mark->name }} {{ App\Model::ACTIVE[$mark->active] }}
{{ $mark->id }} {{ $mark->name }} {{ App\Model::ACTIVE[$mark->active] }}
@endsection