@extends('admin::layouts.master') @section('content-header') @if( ! isOnPages())
No | Title | Author | @if( ! isOnPages())Category | @endifCreated At | Action | @foreach ($articles as $article)
---|---|---|---|---|---|
{{ $no }} | {{ $article->title }} | {{ $article->user->name }} | @if( ! isOnPages()){{ $article->category ? $article->category->name : null }} | @endif{{ $article->created_at }} | @if(isOnPages()) Edit · @include('admin::partials.modal', ['data' => $article, 'name' => 'pages']) @else Edit · @include('admin::partials.modal', ['data' => $article, 'name' => 'articles']) @endif |