@extends('layouts.frontend') @section('title') @lang(@$page->title) @endsection @section('content')

@php echo $page->details; @endphp

@endsection