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

{{__('texte.banks_arr.show.show_bank')}}

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