芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/rentandbuyrealty.com/rentandbuyrealty.com/resources/views/payments/index.blade.php
@extends('layouts.main') @section('title') {{ __('Payment') }} @endsection @section('page-title')
@yield('title')
@endsection @section('content')
{{ __('ID') }}
{{ __('Client Name') }}
{{ __('Package Name') }}
{{ __('Amount') }}
{{ __('Transaction Id') }}
{{ __('Payment Date') }}
{{ __('Payment Gateway') }}
{{ __('Status') }}
@endsection @section('script') @endsection