@extends('layouts.public') @section('title', $page->title . ' - asrit.ir') @section('content')

{{ $page->title }}


{!! $page->body !!}
@endsection