@extends('public.core.core') @section('title') {{ $category->title }} @endsection @section('content')
@foreach ($ads as $ad)

{{ $ad->title }}

Son Güncelleme : {{ date('d-m-Y', strtotime($ad->updated_at)) }}

@if($ad->price != "0"){{ number_format($ad->price, 2, ',', '.') }} ₺ @else Belirtilmedi @endif

Doğrulanmış
@endforeach
@foreach ($ads as $ad)

{{ $ad->title }}

Son Güncelleme : {{ date('d-m-Y', strtotime($ad->updated_at)) }}

@if($ad->price != "0"){{ number_format($ad->price, 2, ',', '.') }} ₺ @else Belirtilmedi @endif ₺

Doğrulanmış
@endforeach
@endsection