@lang('admin.manageAdvertisements')
@forelse ($advertisements as $ads_txt) @empty @endforelse
@lang('common.name') @lang('common.title') @lang('admin.impressions') @lang('common.type') @lang('common.status') @lang('common.action')
{{ $ads_txt->name }} {{ $ads_txt->title }} {{ $ads_txt->click_counts }} {{ $ads_txt->ad_type }} @if ($ads_txt->status == 1) @lang('common.active') @else @lang('common.inactive') @endif
@if ($ads_txt->status == 0) @else @endif
@method('DELETE') @csrf
@lang('common.noRecordsFund')
@if ($advertisements->hasPages()) @endif