edit.blade.php 277 Bytes
@extends('layout.admin', ['title' => 'Админка - Редактирование SEO страницы'])

@section('content')
    <form method="POST" action="{{ route('admin.update-seo', ['page' => $page->id]) }}">
        @include('admin.seo.form')
    </form>
@endsection