@extends('company.layout') @section('page_title', $page->title) @section('content')

{{ $page->title }}

@include('company.part.entry') @endsection