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

{{__('texte.intangibles_arr.show.show_intangible')}}

{{__('texte.intangibles_arr.show.name')}}: {{ $intangible->name }}
{{__('texte.intangibles_arr.show.active')}}: {{ App\Model::ACTIVE[$intangible->active] }}
@endsection