@extends('layouts.dashboard') @section('title', 'Link Building') @section('content')
entries

Link Building

@foreach ($linkBuildings as $entry) @endforeach
S/N Website PA DA Niche Countries Type of Link Actions
{{ $loop->iteration }} {{ $entry->website }} {{ $entry->pa }} {{ $entry->da }} {{ implode(', ', json_decode($entry->niche, true) ?? []) }} {{ implode(', ', json_decode($entry->countries, true) ?? []) }} {{ $entry->type_of_link }}
@endsection @section('scripts') @endsection