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

{{__('texte.accounts_arr.show.show_account')}}

{{__('texte.accounts_arr.show.number')}}: {{ $account->number }}
{{__('texte.accounts_arr.show.currency')}}: {{ __('texte.currencies_arr')[$account->currency]}}
{{__('texte.accounts_arr.show.active')}}: {{ App\Model::ACTIVE[$account->active] }}
@endsection