@extends('admin.layouts.master') @section('content')

Proje Listesi

@if(session()->has('success')) @endif

Blog Listesi

Eklemiş olduğunuz blogları aşağıdaki listeden görebilirsiniz
{{-- YANIP SÖNME EFEKTİ START --}} {{-- YANIP SÖNME EFEKTİ FİNİSH --}} @if(!empty($proje) && $proje->count()>0) @php $index = 1; @endphp @foreach($proje as $projes) @endforeach @endif
Sıra Blog Adı Kategori Durum Durum Düzenle Resim İŞLEMLER
{{ $index++}} {{$projes->ad}} {{ $projes->ProjeKategori->ad }} Pasif RESİM YOK
@csrf @method('DELETE')
@section('ek_script') @endsection @endsection