@php use App\Enums\Ads; @endphp @extends('back.layouts.main') @section('title', 'Ads') @section('content')
@if ($data->isNotEmpty()) @foreach ($data as $row) @endforeach @else @endif
# 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
@method('DELETE') @csrf
No Data Available
@stop @push('footer') @endpush @section('breadcrumbs') @stop