@extends('common.admin.layout.base') {{ App::setLocale( isset($_COOKIE['admin_language']) ? $_COOKIE['admin_language'] : 'en' ) }} @section('title') {{ __('Cards') }} @stop @section('styles') @parent @stop @section('content')
@if(Helper::getDemomode() == 1)

** Demo Mode : {{ __('admin.demomode') }}

(*personal information hidden in demo) @endif
@lang('admin.id') @lang('provider.card.type') @lang('provider.card.four')
@stop @section('scripts') @parent @stop