PHP Classes

File: resources/views/homefrontend.blade.php

Recommend this page to a friend!
  Classes of Abed Nego Ragil Putra   GoLavaCMS   resources/views/homefrontend.blade.php   Download  
File: resources/views/homefrontend.blade.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: GoLavaCMS
Publish content on Web pages with SEO support
Author: By
Last change:
Date: 6 years ago
Size: 343 bytes
 

Contents

Class file image Download
@extends('layouts.frontend')

@section('title') {{ $page->title }} @endsection
@section('titleseo') {{ $page->titleseo }} @endsection
@section('descseo') {{ $page->descseo }} @endsection
@section('keywordseo') {{ $page->keywordseo }} @endsection

@section('content')
<div style="margin-top: 50px;">
  {!! $page->content !!}
</div>
@endsection