@extends('dashboard.layouts.master') @section('title', __('backend.cms')) @section('content') @if(\Helper::canAccessModule('cms_management')) @include('sweetalert::alert')

{{ __('backend.cms') }}

{{ __('backend.dashboard') }} / {{ __('backend.cms') }}
{{ Form::open(['route' => 'cmsUpdateAll', 'method' => 'post', 'id' => 'updateAll']) }}
{{ __('backend.topicCommentName') }} Status {{ __('backend.options') }}
@endsection @else @endif @push("after-scripts") @endpush