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

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

(*personal information hidden in demo) @endif
{{ __('Cms Page') }}
@csrf()
@if(Helper::getDemomode() != 1) @endif


@stop @section('scripts') @parent @stop