Blog

Eklenen Yazılar

Yazılar


@if(count($blogs) > 0)
@foreach($blogs as $blog) @endforeach
# Yazı Başlığı Tarih Ekleyen Kategori Eylem
@if($blog->status == 1)
@else
@endif
{{ $blog->title }} {{ timeDetTr($blog->created_at) }} @if(isset($blog->addblog)){{ $blog->addblog->name }} {{ $blog->addblog->surname }}@else Bilinmiyor @endif @if(isset($blog->selectcat)){{ $blog->selectcat->title }}@else Bilinmiyor @endif @if(Auth::user()->authorized != 1 OR Auth::user()->update == 1) @if(Auth::user()->update == 1) @if($blog->status == 1) @else @endif @else @if($blog->status == 1) @else @endif @endif @if(Auth::user()->delete == 1) @else @endif @else @if($blog->status == 1) @else @endif @endif
{{ $blogs->appends(request()->input())->links() }} @else
Yazı Bulunamadı!
@endif