@extends('admin.core.core') @section('title') Kategoriler @endsection @section('content')
Kategoriler
Ekle
@foreach ($categories as $category) @endforeach
ID Kategori Adı İkon Oluşturulma Tarihi
{{ $category->id }}

{{ $category->title }}

{!! $category->icon !!}

{{ date('d-m-Y', strtotime($category->created_at)) }} Düzenle
@endsection