@extends('layouts.app') @section('css') @endsection @section('page-header') @endsection @section('content')

{{ __('All My Payments') }}

{{ __('Payment Date') }} {{ __('Plan Type') }} {{ __('Amount') }} {{ __('Paid By') }} {{ __('Plan Name') }} {{ __('Characters') }} {{ __('Status') }} {{ __('Actions') }}
@endsection @section('js') @endsection