@extends('admin.layout.layout') @section('title', 'Admin') @section('styles') @parent @stop @section('content')

Öne Çıkan Hizmetler

En çok ziyaret edilen 5 ilan

@foreach ($posts as $post)
images_folder)[0])) src="{{asset('storage/'.Storage::allFiles($post->images_folder)[0] )}}" @endif style="max-height: 275px;min-height: 275px;object-fit: cover;"/>
{{ $post->posts_views_count }}

{{ number_format($post->current_price, 0, '.', '.') }} ₺

İlan Kodu :{{ $post->code }}

İhale Kodu :{{ $post->tender_code }}

{{ $post->title }}

@endforeach
{{--

Property Summary

--}} @stop @section('scripts') @parent @endsection