@extends('admin.layout.layout') @section('title', 'İlan Arşiv Belgeleri') @section('styles') @parent {{-- --}} @stop @section('content') {{-- {{ dd($cities->first()->district->first()->neighborhood->first()->name) }} --}}

Arşiv Dosyaları - {{ $property->post->title }}

{{--
@csrf
--}}
@csrf
{{-- @foreach (Storage::allFiles($property->post->images_folder) as $image)
@endforeach --}}
@stop @section('scripts') {{-- @parent --}} {{-- --}} @endsection