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

{{ __('My Subscriptions') }}

{{ __('Plan Name') }} {{ __('Status') }} {{ __('Subscribed On') }} {{ __('Subscription ID') }} {{ __('Paid By') }} {{ __('Pricing Plan') }} {{ __('Next Payment') }} {{ __('Actions') }}
@endsection @section('js') @endsection