@extends('admin.layouts.app') @section('panel')
@forelse($ptcs as $ptc) @empty @endforelse
@lang('Title') @lang('Type') @lang('Duration') @lang('Maximum View') @lang('Viewed') @lang('Remain') @lang('Amount') @lang('Status') @lang('Action')
{{shortDescription($ptc->title,20)}} @if($ptc->ads_type == 1) @lang('URL') @elseif($ptc->ads_type == 2) @lang('Image') @else @lang('Script') @endif {{$ptc->duration}} @lang('Sec') {{$ptc->max_show}} {{$ptc->showed}} {{$ptc->remain}} {{ $ptc->amount+0 }} {{$general->cur_text}} @if($ptc->status == 1) @lang('active') @else @lang('inactive') @endif
{{ __($empty_message) }}
@endsection @push('breadcrumb-plugins') @lang('Add New') @endpush