@extends('admin.layouts.app') @section('crumb') @endsection @section('content')
@adminCan('blog.create') Add Article @endadminCan
@if(count($news)) @foreach ($news as $article) @endforeach @else @endif
Ref Title Publisher image Publihsed At Actions
{{ $loop->iteration }} {{ $article->title }} {{ $article->publisher }} @if($article->image) article @elseif($article->getFirstMediaUrl('news') != null) article @endif {{ $article->getCreatedAt() }} Actions
no data found
{{ $news->links() }}
@endsection