@extends('backend.layouts.master') @section('title', 'Article List') @section('styles') @endsection @section('scripts') @endsection @section('content')
ID | Subject | Category | Status | User | Created | Actions |
---|---|---|---|---|---|---|
{{ $article->id }} | {{ $article->subject }} | {{ $article->category->name }} | {{ $article->status->name }} | {{ $article->user->name }} | {{ $article->created_at->diffForHumans() }} |