@extends('layouts.admin.master') @section('content')
# | {{ __('content.title') }} | {{ __('content.url') }} | {{ __('content.order') }} | {{ __('content.status') }} | {{ __('content.action') }} |
---|---|---|---|---|---|
{{ $asc++ }}{{ $desc-- }} | {{ $page->title }} |
|
{{ $page->order }} | @if ($page->status == "published") {{ __('content.published') }} @else {{ __('content.draft') }} @endif |