@extends('base::layouts.default') @section('header') @include('base::layouts.headers.dashboard') @endsection @section('stylesheet') @endsection @section('content')

{{trans('payment::transaction.transactions')}}

@include('base::partials.errors')
@{{transCtrl.responseMessage}}
@endsection @section('scripts') @endsection