@extends('adminlte::page') @section('title', 'More Classy Admin Dashboard') @section('content_header')
Hello {{ $admin['name'] }}!
Welcome to {{ $vendor['name'] }} Information Management System admin panel.
| # | Verified | Name | Phone | {{--OTP | --}}Registration Date | {{--Action | --}}|
|---|---|---|---|---|---|---|---|
| @if ($u->verification_status === 'verified') @else @endif | {{ $u->name; }} | {{ $u->email; }} | {{ $u->phone; }} | {{--{{ $u->otp; }} | --}}{{ $u->created_at; }} |
| # | {{--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'] }} | --}}