@extends('layouts.app') @section('content')

All Sites

Create Site
@if (!empty($results)) @foreach ($results as $key => $row) @endforeach @endif
Website URL DA PA DR Niche Traffic Organic Keyword Price Link Insertion Price Action
{{ removeHttp($row->url) }} {{ $row->da }}% {{ $row->pa }}% {{ $row->dr }}% @php($nicheItems = json_decode($row->niche)) @foreach ($nicheItems as $niche) {{ $nicheList->where('id', $niche)->first()->name . ', ' }} @endforeach {{ $row->traffic }} {{ $row->organic_keyword }} ${{ $row->linkPrice->regular_price }} ${{ $row->linkPrice->sale_price }}
@endsection @push('footerPartial') @endpush