@extends('main.app') @section('content')

{{ $info->title }}

{{ content($info->content->value ?? '') }}
@endsection