@extends('adminlte::page') @section('title', 'Marketplace Ad Listings') @section('content_header')
Welcome to Realtor Information Management System(RIMS) admin panel.
--}} {{--| # | Image | Ad Type | Title | Status | Price(KES.) | {{--Location | --}}Action |
|---|---|---|---|---|---|---|---|
{{-- --}}
@if ($ad['pictures'] != null)
@endif
|
{{ $ad['ad_type']; }} | {{ $ad['title']; }} | @if ($ad['approved']) APPROVED @else NOT APPROVED @endif | {{ number_format($ad['price'], 2); }} | {{--{{ $ad['country_name']; }}, {{ $ad['region_name']; }}, {{ $ad['place_name'] }}, {{ $ad['area_name'] }} | --}}@if (!$ad['approved']) {{-- Approve --}} {{-- Disapprove --}} @else @endif {{-- Edit --}} {{-- Delete --}} {{-- Delete --}} |