@extends('layouts.admin-app')
@section('title')
Modules
@endsection
@section('styles')
@endsection
@section('content')
@include('partial.top-menu')
News Articles
Add Article
# |
Title |
Feature Image |
Body |
Published |
Status |
Action |
@foreach($newsArticles as $k => $article)
{{ ++$k }} |
{{ ucwords($article->title) }} |
 }}) |
|
{{ human_date($article->created_at) }} |
{{ $article->status }} |
|
@endforeach
@endsection
@section('scripts')
@endsection