@extends('company.layout') @section('page_title', $page->title) @section('content')
{{ $page->title }}
TOP
{{ $page->title }}
{!! $page->content !!}
@include('company.part.entry') @endsection