@extends('adminlte::page') @section('content') @if(empty($searchquery)) @section('content_header', __('admin.links')) @else @section('content_header', __('admin.search_links')) @endif @if(empty($searchquery)) @if(env('MAIL_USERNAME') == null || env('MAIL_PASSWORD') == null || env('MAIL_ENCRYPTION') == null || env('MAIL_FROM_ADDRESS') == null || env('MAIL_FROM_NAME') == null)
@lang('admin.env_warning')
{{$error}}
@endforeach{{ Session::get('success') }}
| ID | @lang('admin.title') | @lang('admin.page_views') | @lang('admin.clicks') | @lang('admin.category') | @lang('admin.user') | @lang('admin.package') | @lang('admin.date') | @lang('admin.details') | @lang('admin.edit') | @lang('admin.delete') |
|---|---|---|---|---|---|---|---|---|---|---|
| {{$row['id']}} | @if($row->bypass_details =='1' || $row->status == '5') {{$row['title']}} @else {{$row['title']}} @endif @if($row->status == '4')@lang('admin.grace_period')@endif @if($row->status == '5')@lang('admin.expired')@endif | {{$row['page_views']}} | {{$row['clicks']}} | {{$array_data['category_title'][$row->category]}} | @if($row->package!='0'){{ $array_data['package_name'][$row->package] }}@else - @endif | {{\Carbon\Carbon::parse($row->created_at)->translatedFormat('M d, Y')}} | @isset($row['reciprocal_link']) BL @endif @if ($row->featured_home == '1')H@endif @if ($row->featured_category == '1')C@endif | @lang('admin.edit') |