@extends('../../master_layout/admin_master') @section('title') {{config('constants.APP_NAME')}} Plan Upgrade History @endsection @section('content')

Plan Upgrade History

@if(session('message'))
@if(session('message.type')=='danger')

Sorry! {!! session('message.text') !!}

@else

Success! {!! session('message.text') !!}

@endif
@endif
ID Profile Name Plan Name Plan type (In days) Subscriptions Amount Currency Payment Gateway Status Created On Action
@endsection @section('custom_js') @endsection