@extends('app._layout')
@section('title', $item->seo_baslik)
@section('description', $item->seo_aciklama)
@if($item->gorsel_id)
@section('image', $item->gorsel->buyuk())
@endif
@section('content')
- Anasayfa
- {{$kategori}}
- {{$item->baslik}}
@if($item->gorsel_id)
}})
@endif
{{$item->baslik}}
{!! $item->yazi !!}
@endsection