@extends('layouts.app') @section('content')
{{__('texte.packages_arr.show.name')}}: {{ mb_ucfirst($package->name) }}
{{__('texte.packages_arr.show.active')}}: {{ $package->active==1 ? __('texte.packages_arr.show.yes') : __('texte.packages_arr.show.no') }}
@endsection