@extends('layouts.wrap') @section('title', 'Ürünler') @include('product::sidebar') @section('_content')

Ürün Kategorileri

@if(Session::has('message'))
{{ Session::get('message') }}
@endif @if($category->count() > 0) @foreach($category as $p) @endforeach
Başlık Üst Kategori
{{ $p->title }} {{ $p->parent }}
{{ $category->links() }} @else

Hiç Kategoriniz yok.

Buradan ekleyin
@endif
@stop