@extends('backend.layouts.app') @section('page-title', trans('app.terminal')) @section('page-heading', trans('app.terminal')) @section('content')
@include('backend.partials.messages')
@lang('app.atm')
@if ($response['atms']) @if ($response['atms']->atm_status=='active') Active @else In Active @endif @endif
@if ($response['atms']) @else @endif
ATM Name In Out Recycle Rec 5{{$response['shop']->currency}} Rec 10{{$response['shop']->currency}} Rec 20{{$response['shop']->currency}} Rec 50{{$response['shop']->currency}} Rec 100{{$response['shop']->currency}} Rec 200{{$response['shop']->currency}}
{{$response['atms']->atm_name}} {{ number_format(floatval($response['atms']->atm_in), 2, '.', '') }} {{ number_format(floatval($response['atms']->atm_out), 2, '.', '') }} {{ number_format(floatval($response['atms']->atm_recycle), 2, '.', '') }} {{ number_format(floatval($response['atms']->atm_rec_5), 2, '.', '') }} {{ number_format(floatval($response['atms']->atm_rec_10), 2, '.', '') }} {{ number_format(floatval($response['atms']->atm_rec_20), 2, '.', '') }} {{ number_format(floatval($response['atms']->atm_rec_50), 2, '.', '') }} {{ number_format(floatval($response['atms']->atm_rec_100), 2, '.', '') }} {{ number_format(floatval($response['atms']->atm_rec_200), 2, '.', '') }}
No ATM found! Create new ATM
@if ($response['atms']) @endif
@stop @section('scripts') @stop