{{ number_format ($credit->credit, 2, ".", "") }} {{ number_format ($credit->price, 2, ".", "") }} @if(auth()->user()->shop) {{ auth()->user()->shop->currency }} @endif @if( !auth()->user()->hasRole('admin') ) @lang('app.buy') @endif @if( auth()->user()->hasRole('admin') ) @lang('app.edit_credit') @endif