@extends('layouts.main') @section('title') {{ __('Payment Transactions') }} @endsection @section('page-title')

@yield('title')

@endsection @section('content')
{{--
--}}
{{ __('ID') }} {{ __('User Name') }} {{ __('Amount') }} {{ __('Payment Gateway') }} {{ __('Payment Status') }} {{ __('Created At') }}
@endsection