@extends('layouts.app') @section('css') @endsection @section('page-header') @endsection @section('content')

{{ __('Edit Page') }}

@method('PUT') @csrf
{{ __('Activate Page') }}
{{ __('Show on Top Menu') }}
{{ __('Show on Footer Menu') }}

{{ __('SEO Title') }}
{{ __('SEO Canonical URL') }}
{{ __('SEO Description') }}
{{ __('SEO Keywords') }}

{{ __('Page Title') }}
{{ __('Slug') }}
{{ __('Content') }}
{!! $id->content !!}
@endsection @section('js') @endsection