@extends('admin.master', ['menu' => 'transaction', 'sub_menu' => 'transaction_all'])
@section('title', isset($title) ? $title : '')
@section('style')
@endsection
@section('content')
- {{ __('Transaction') }}
- {{ __('All History') }}
{{ __('Type') }} |
{{ __('Sender') }} |
{{ __('Coin Type') }} |
{{ __('Address') }} |
{{ __('Receiver') }} |
{{ __('Amount') }} |
{{ __('Fees') }} |
{{ __('Transaction Id') }} |
{{ __('Status') }} |
{{ __('Created Date') }} |
{{ __('Type') }} |
{{ __('Sender') }} |
{{ __('Coin type') }} |
{{ __('Address') }} |
{{ __('Receiver') }} |
{{ __('Amount') }} |
{{ __('Fees') }} |
{{ __('Transaction Id') }} |
{{ __('Status') }} |
{{ __('Created Date') }} |
@endsection
@section('script')
@endsection