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

Edit Site

All Sites
@csrf
{{-- Product Info --}}
Product Info
{{--
    --}}
    @php($selectNiche = json_decode($info->niche))
    {{-- Pricing Info --}}
    Pricing Info
    {{-- Website Info --}}
    Website Info
    {{-- Traffic By Source --}}
    Traffic by Sources
    {{-- Link Info --}}
    Link Info
    Homepage Link Allowed ?
    homepage_link == 'yes' ? 'checked' : '' }} id="homepageYes" value="yes" class="peer hidden">
    homepage_link == 'no' ? 'checked' : '' }} id="homepageNo" value="no" class="peer hidden">
    Sidebar Link Allowed ?
    sidebar_link == 'yes' ? 'checked' : '' }} id="sidebarYes" value="yes" class="peer hidden">
    sidebar_link == 'no' ? 'checked' : '' }} id="sidebarNo" value="no" class="peer hidden">
    Footer Link Allowed ?
    footer_link == 'yes' ? 'checked' : '' }} id="footerYes" value="yes" class="peer hidden">
    footer_link == 'no' ? 'checked' : '' }} id="footerNo" value="no" class="peer hidden">
    CBD Allowed ?
    cbd == 'yes' ? 'checked' : '' }} value="yes" class="peer hidden">
    cbd == 'no' ? 'checked' : '' }} value="no" class="peer hidden">
    Crypto Allowed ?
    crypto == 'yes' ? 'checked' : '' }} value="yes" class="peer hidden">
    crypto == 'no' ? 'checked' : '' }} value="no" class="peer hidden">
    Casino Allowed ?
    casino == 'yes' ? 'checked' : '' }} value="yes" class="peer hidden">
    casino == 'no' ? 'checked' : '' }} value="no" class="peer hidden">
    {{-- Traffic Countries --}}
    Traffic Countries
    @foreach ($country_percent as $row => $country)
    @endforeach
    Add Country
    {{-- Submit Button --}}
    @endsection @push('headerPartial') {{-- Select2 CDN --}} @endpush @push('footerPartial') @endpush