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

{{ucwords($wallet_history_query[0]->owner_firstname.' '.$wallet_history_query[0]->owner_surname)}}

@if($wallet_history_query->count()>0)
Showing {{ $wallet_history_query->count() }} entries
@endif
@endsection @section('page_script') @parent @endsection