JFIFxxC      C  " }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr{ gilour

File "prerender.blade.php"

Full Path: /home/markqprx/iniasli.pro/resources/views/seo/custom-page/prerender.blade.php
File size: 220 bytes
MIME-type: text/plain
Charset: utf-8

@extends('common::prerender.base')

@section('head')
    @include('seo.custom-page.seo-tags')
@endsection

@section('body')
    <h1>{{ $page->title }}</h1>

    <main>
        {!! $page->body !!}
    </main>
@endsection