@extends('backend.layout.master') @section('title', __('Add New Page')) @section('style') @endsection @section('content')

{{ __('Add New Page') }}

@csrf
@if(moduleExists('CoinPaymentGateway')) @for ($i = 1; $i < 4; $i++)
@endfor @else @for ($i = 1; $i < 2; $i++)
@endfor @endif
@for ($i = 1; $i < 3; $i++)
@endfor
@csrf
{{ __('Open Page Builder') }}
{{ __('Page builder option is available in page edit only') }}
{{ __('Adjust page frontend view selecting by none or custom class') }}
@can('page-add') @endcan
@endsection @section('script') @endsection