@extends('admin.core.core') @section('title') Anasayfa @endsection @section('content')
check

Aktif Olan Şirket

{{ $confirmed_companies }} adet

build

Toplam Şirket

{{ $companies }} adet

person

Toplam Kişisel Üye

{{ $personals }} adet

message

Toplam Mesaj

{{ $messages }} adet

{{ $package->title_1 }}

money

{{ number_format($package->price_1, 2, ',', '.') }} ₺

{{ $package->title_3 }}

money

{{ number_format($package->price_3, 2, ',', '.') }} ₺

{{ $package->title_2 }}

money

{{ number_format($package->price_2, 2, ',', '.') }} ₺

Yayından Kaldırılan İlanlar (Son 6 Adet)
@foreach ($ads as $ad) @endforeach
İlan Adı Fotoğraf Fiyat Güncelleme Tarihi
@foreach ($ad->adImages as $key => $image) {{ $ad->title }} Fotoğraf {{ $key + 1 }} @endforeach
{{ number_format($ad->price, 2, ',', '.') }} ₺ {{ date('d-m-Y', strtotime($ad->updated_at)) }}
@endsection