@extends('backEnd.master') @section('title') @lang('front_settings.pages') @endsection @section('mainContent')

@lang('front_settings.pages_list')

@if(userPermission("save-page-data")) @lang('common.add') @endif
@foreach($pages as $page) @endforeach
@lang('common.title') @lang('front_settings.sub_title') @lang('common.action')
{{$page->title}} {{@$page->sub_title}} @if(userPermission('view-page')) @lang('front_settings.preview') @endif @if(userPermission('edit-page')) @lang('common.edit') @endif @if(userPermission('delete-page')) @lang('common.delete') @endif @if (@$page->header_image) @if(userPermission('download-page')) @lang('common.download') @endif @endif
@endsection @include('backEnd.partials.data_table_js')