@include('hk.header')

{{ $page_title }}

Add Sponsor Ad

 

@foreach($sponsor_ads as $row) @endforeach
ID Image Page name Keywords Position Link Status Action Action
{{ $row->id }} {{ $row->page_name }} {{ $row->keywords }} {{ $row->ad_position }} {{ $row->link }} @if($row->status == 1) Active @else Inactive @endif
@include('hk.footer')