@extends($layout) @section('header_scripts') @stop @section('content')

{{ $title }}

{{ getPhrase('image')}} {{ getPhrase('user_name')}} {{ getPhrase('item')}} {{ getPhrase('plan')}} {{ getPhrase('start_date')}} {{ getPhrase('end_date')}} {{ getPhrase('payment_gateway')}} {{ getPhrase('updated_at')}} {{ getPhrase('payment_status')}}
@endsection @section('footer_scripts') @include('common.datatables', array('route'=>$ajax_url, 'route_as_url' => TRUE)) @include('payments.scripts.js-scripts'); @stop