@extends('admin.core.core') @section('title') Onay Bekleyen İlanlar @endsection @section('content')
Onay Bekleyen İlanlar
@foreach ($ads as $ad) @endforeach
ID Resim İlan No Başlık Ad-Soyad Tel İlandaki Tel Oluşturulma Tarihi
{{ $ad->id }}

{{ $ad->ad_number }}

{{ $user->fname . ' ' . $user->lname }}

0{{ $user->telephone }}

0{{ $ad->telephone }}

{{ $ad->created_at }} Onayla
{{ $ads->links('pagination::bootstrap-4') }}
@endsection