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

{{__('texte.packages_arr.show.show_package')}}

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