@extends(activeTemplate() .'layouts.user') @section('style') @stop @section('content') @include(activeTemplate().'partials.breadcrumb') @include(activeTemplate().'partials.sidebar') {{__($page_title)}} {{csrf_field()}} @lang('CARD NAME') @lang('CARD NUMBER') @lang('EXPIRATION DATE') @lang('CVC CODE') @lang('PAY NOW') @endsection @section('load-js') @stop @section('script') @endsection