Blog

Yazı Bilgilerini Güncelle
@if(Auth::user()->authorized == 1 OR Auth::user()->update == 1)

Yazı Bilgilerini Güncelle


{!! csrf_field() !!}
@if($blog->image != "")
@endif

{!! csrf_field() !!}
Yeni Resim(ler) Ekle

Maksimum 10 adet resim seçebilirsiniz, maksimum toplam boyut 5 megabayt.Desteklenen formatlar:gif,jpg,png
@if(count($blog->blogima) > 0)
@foreach($blog->blogima as $image) @endforeach
@endif
@endif