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

{{trans('lang.currency_detail')}}

Details of {{$currencies->libelle}}

{{ $currencies->libelle}}
{{ $currencies->symbole}}
@if ($currencies->statut=="yes") enable @else disable @endif
{{ date('d F Y',strtotime($currencies->creer))}} {{ date('h:i A',strtotime($currencies->creer))}}
@if($currencies->modifier!='0000-00-00 00:00:00') {{ date('d F Y',strtotime($currencies->modifier))}} {{ date('h:i A',strtotime($currencies->modifier))}} @endif
@endsection