@extends('admin.pages.build') @section('title', 'Slider Yönetimi') @section('content')
| # | Görsel | Başlık | Sıra | Durum | İşlem |
|---|---|---|---|---|---|
| {{ $slider->id }} |
|
{{ strip_tags($slider->title) }}
|
{{ $slider->rank }} | @if($slider->is_active) Aktif @else Pasif @endif |