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

{{ $title }}

@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
{{ $title }}
Add Store
{{-- --}} @if (!empty($stores)) @foreach($stores as $s) {{-- --}} {{-- --}} {{-- --}} @endforeach @else

No Store records found. Add new

@endif
# Name Email PhoneStatus Price(KES.) LocationAction
{{ $s['name']; }} {{ $s['email']; }} {{ $s['phone']; }}{{ number_format($ad['price'], 2); }}{{ $ad['country_name']; }}, {{ $ad['region_name']; }}, {{ $ad['place_name'] }}, {{ $ad['area_name'] }}

@stop @section('css') @stop @section('js') @stop