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

{{__('texte.materials_arr.show.show_material')}}

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