@extends('admin.layout.index') @section('title', 'Filtreler') @section('content')
| Sıra |
Filtre Adı
|
Özellikler
|
Edit |
|---|---|---|---|
| {{ $key + 1 }} | {{ $filter->name }} | @foreach(json_decode($filter->fields) as $key => $field) @if($key < 3) {{ $field }} @endif @endforeach | Düzenle Sil |