@extends('dashboard.layouts.app') @section('title', __('dashboard.Custom Pages')) @section('page_heading', __('dashboard.Custom Pages')) @section('breadcrumb')
{{ __('dashboard.ID') }} | {{ __('dashboard.Name') }} | {{ __('dashboard.Title') }} | {{ __('dashboard.Slug') }} | {{ __('dashboard.Active') }} | {{ __('dashboard.Actions') }} |
---|---|---|---|---|---|
{{ $customPage->id }} | {{ $customPage->name }} | {{ $customPage->title }} | {{ $customPage->slug }} | {{ $customPage->is_active ? __('dashboard.Active') : __('dashboard.Inactive') }} |