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

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

{{ __('Create a new page for your site') }}

@if ($errors->any())
@foreach ($errors->all() as $error)
{{ $error }}
@endforeach
@endif
@csrf
{{-- Main column --}}
{{-- Core content --}}
{{-- SEO / Meta --}}
{{ __('SEO & Meta') }}
{{-- Page Meta --}}
{{ __('Page Meta') }}
{{-- Facebook Meta --}}
{{ __('Facebook Meta') }}
{{-- Twitter Meta --}}
{{ __('Twitter Meta') }}
{{-- Navbar Variant --}}
@if (moduleExists('CoinPaymentGateway')) @for ($i = 1; $i < 4; $i++)
Navbar {{ $i }}
@endfor @else
Navbar 1
@endif
{{-- Footer Variant --}}
@for ($i = 1; $i < 3; $i++) @endfor
{{-- Sidebar --}}
{{-- Page Builder toggle --}}
{{ __('Page Builder') }}
{{ __('Enable drag-and-drop builder') }}
{{-- Page builder only fields (hidden by default) --}}
{{-- Breadcrumb toggle --}}
{{ __('Breadcrumb') }}
{{ __('Show breadcrumb on this page') }}
{{-- Visibility --}}
{{-- Status --}}
@can('page-add') @endcan
@endsection @section('script') @endsection