Kategoriler

Kategoriler & Yeni Kategori Ekle
@if(Auth::user()->authorized == 1 OR Auth::user()->add == 1) @endif
@if(Auth::user()->authorized == 1 OR Auth::user()->add == 1) @endif

Kategoriler


@if(count($categories) > 0)
@foreach($categories as $rec) @endforeach
# Başlık Eylem
{{ $rec->title }} @if(Auth::user()->authorized != 1 OR Auth::user()->update == 1) @if(Auth::user()->update == 1) @else @endif @if(Auth::user()->delete == 1) @else @endif @else @endif
@else
Henüz Kayıt Eklenmedi!
@endif