@php $timezone = auth()->user()->timezone ?? 'UTC'; @endphp
@if(isset($records[0]))
0 of 10 selected
@if(isset($records[1]))
Select all URLs to delete all URLs
@endif
@endif
@foreach ($records as $record)
is_checked ? 'checked' : '' }}>
@if ($record->file_name) {{ $record->file_name }} @else {{ $record->url }} @endif
{{ \Carbon\Carbon::parse($record->created_at)->setTimezone($timezone)->format('m/d/y (g:i A)') }}
@csrf
@endforeach
@if(!isset($records[0]))
When you process URL's to use as source data, they will appear here.
@endif
@if(isset($records[0]))
@if(session('user_role_name') === 'Account Manager') @endif
You can save up to 10 URLs for the article flow
@endif