@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