@extends('layouts.adminlte') @section('bodyClass', 'hold-transition skin-blue sidebar-aside') @section('content')'

Seo meta default

@csrf
@if(empty($data['basic']) || count($data['basic'])==0)
@else @foreach($data['basic'] as $item) @if($item->key == 'Image')
@else
@endif @endforeach @endif

Open Graph

@csrf
@if(empty($data['og']) || count($data['og'])==0)
@else @foreach($data['og'] as $item)
@endforeach @endif

Twitter

@csrf
@if(empty($data['seo-tw']) || count($data['seo-tw'])==0)
@else @foreach($data['seo-tw'] as $item)
@endforeach @endif

App ID

@csrf
@if(empty($data['seo-app']) || count($data['seo-app'])==0)
@else @foreach($data['seo-app'] as $item)
@endforeach @endif

Add javascript to the website

@csrf
@stop @push('scripts') @endpush