@extends('layouts.app') @section('title', 'Edit SEO Settings') @section('content')

Edit SEO Settings {{ $seo->page_key }}

{!! Form::open(['route' => ['frontpage-seo-settings.update', $seo->id], 'method' => 'put', 'files' => true]) !!}

Basic SEO

Open Graph / Social Sharing

@if($seo->og_image)
@endif
@if($seo->twitter_image)
@endif

Tracking Codes

Back
{!! Form::close() !!}
@endsection