@if (auth()->user()->role == 'super_admin')
|
|
@endif
{{ $row->domain_name }} |
{{ $row->domain_url }} |
{{ $row->store ? $row->store->name : '' }} |
{{ $row->marketer ? $row->marketer->name : '' }} |
{{ $row->order ? $row->order->title : '' }} |
{{ $row->username ?? '' }} |
{{ \Carbon\Carbon::parse($row->created_at)->format('Y/m/d') }} |
{{-- --}}
{{-- --}}
@if (auth()->user()->role == 'super_admin')
@if($row->deleted_at)
{{-- --}}
{{-- --}}
@else
{{-- --}}
{{-- --}}
@endif
@else
{{-- --}}
@endif
|
@endforeach
@if( count( $domains ) && $domains->hasPages() )