@extends('adminlte::page') @section('title', 'Marketplace Ad Listings') @section('content_header')

Marketplace Ad Listings

@stop @section('content') {{--

Welcome to Realtor Information Management System(RIMS) admin panel.

--}} {{--
--}}

@if ($errors->any()) @endif @if (Session::has('error')) @endif @if (Session::has('success')) @endif
{{--
New Ad Details
@csrf
We'll this properties name use to classify property listings.
We'll this properties name use to classify property listings.
We'll this properties name use to classify property listings.
We'll this properties name use to classify property listings.
We'll this properties name use to classify property listings.
We'll this properties name use to classify property listings.
--}}
Ad Listings
{{-- listings_tbl --}} {{-- --}} @foreach($lists as $ad) {{-- --}} @endforeach
# Image Ad Type Title Status Price(KES.)LocationAction
{{-- --}} @if ($ad['pictures'] != null) {{ $ad['title'] }} @else {{ $ad['title'] }} @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 --}}


Go back
@stop @section('css') {{-- --}} @stop @section('js') @stop