@extends('backend.layouts.grid') @section('title', $active . ' ' . __('Pages')) @section('section', __('Settings')) @section('back', route('admin.settings.index')) @section('link', route('pages.create')) @section('language', false) @section('content')
| {{ __('#') }} | {{ __('Page Name') }} | {{ __('Views') }} | {{ __('Created date') }} | |
|---|---|---|---|---|
| {{ $page->id }} | {{ $page->title }} | {{ $page->views }} | {{ vDate($page->created_at) }} |
|