@extends('layouts.app') @push('title') {{$title}} @endpush @section('content')

{{$title}}

{{ __('User') }}
{{ __('Type') }}
{{ __('Amount') }}
{{ __('Created At') }}
{{ __('Status') }}
{{ __('Transaction Info') }}
{{ __('Action') }}
@endsection @push('script') @endpush