@extends("partnerportal.layouts.layout") @section("title", "Transactions") @section("page_style")
@endsection @section("content")
{{ __('message_lang.LBL_TRANSACTIONS') }}
{{ csrf_field() }}
{{ __('message_lang.LBL_EXPORT_TRANSACTIONS') }}
@include('admin.views.ussd.ussd_send_txns')
@endsection @section("page_vendors") @endsection @section("page_script") @endsection