@extends('website.layouts.master') @section('title', $page_info->title ?? __('page_not_found')) @section('content')

{{$page_info->title}}

{!!$page_info->content!!}
@endsection