@php use App\Enums\Ads; @endphp @extends('back.layouts.main') @section('title', 'Ads') @section('content')
# | Image | Page | Place | Is approved | Is active | Date from | Date to | Payment | Actions | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{ $row->id }} | {{ $row->page }} | {{ $row->place }} | @if ($row->is_approved == '1') @else @endif | @if ($row->is_active == '1') @else @endif | {{ $row->date_from }} | {{ $row->date_to }} |
{{ $row->payment_status }}
@if($row->payment_status=='pending')
id}}'>Pay Now @endif |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
No Data Available |