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

{{__('texte.sizes_arr.show.show_size')}}

{{__('texte.sizes_arr.show.unit_measure')}}: {{ App\Size::TYPES[$size->unit] }}
{{__('texte.sizes_arr.show.value')}}: {{ $size->value }}
{{__('texte.sizes_arr.show.active')}}: {{ App\Model::ACTIVE[$size->active] }}
{{__('texte.sizes_arr.show.products')}}: @foreach ($size->products as $product) {{ $product->name }} @endforeach
@endsection