@extends('layouts/app')
{{--@section('keywords', $keywords)--}}
@if($paramsobj->sector) @php $sectorname = $paramsobj->sector->name @endphp @else @php $sectorname = null @endphp @endif
@if($category->id) @section('description', 'www.WebMoto.us – Online Motorcycle Trader! List of ads by category: '.$sectorname.' - '.$category->name ) @endif
@if($marka) @section('description', 'www.WebMoto.us – Online Motorcycle Trader! List of ads by category: '.$paramsobj->adds->sector->name .'-'. $marka->name ) @endif
@if($category->id) @section('og:title', 'www.WebMoto.us – List of ads by category: '.$sectorname.' - '.$category->name ) @endif
@if($marka) @section('og:title', 'www.WebMoto.us – ! List of ads by category: '.$paramsobj->adds->sector->name .'-'.$marka->name ) @endif
@section('og:url', request()->url())
@section('og:image', 'http://webmoto.niko.com/images/main/logo.png')
@if($category->id) @section('og:description', 'www.WebMoto.us – Online Motorcycle Trader! List of ads by category: '.$sectorname.' - '.$category->name ) @endif
@if($marka) @section('og:description', 'www.WebMoto.us – Online Motorcycle Trader! List of ads by category: '.$paramsobj->adds->sector->name .'-'.$marka->name ) @endif
@if($category->id) @section('title', 'www.WebMoto.us – List of ads by category: '.$sectorname.' - '.$category->name ) @endif
@if($marka) @section('title', 'List of ads by category: '.$paramsobj->adds->sector->name .'-'.$marka->name ) @endif
@section('content')
@if($category->id){{ $category->name }} @endif
@if($marka){{ $marka->name }} @endif
@endif
@endforeach