{{ $title }}

Yeni Kayıt Ekle
@if(Auth::user()->authorized == 1 OR Auth::user()->add == 1) @endif
@if(Auth::user()->authorized == 1 OR Auth::user()->add == 1) @endif

{{ $title }}


@if(count($records) > 0)
@foreach($records as $rec) @endforeach
# Ad Soyad Eylem
{{ $rec->name }} @if(Auth::user()->authorized != 1 OR Auth::user()->update == 1) @if(Auth::user()->update == 1) @else @endif @if(Auth::user()->delete == 1) @if($rec->id != 1) @endif @else @endif @else @if($rec->id != 1) @endif @endif
@else
Henüz Kayıt Eklenmedi!
@endif